Generic visibility state.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.visibilitySetting", "title": "visibilitySetting", "enum": [ "notConfigured", "hide", "show" ], "type": "string", "description": "Generic visibility state.", "x-ms-enum": { "name": "visibilitySetting", "modelAsString": false, "values": [ { "value": "notConfigured", "description": "Not configured.", "name": "notConfigured" }, { "value": "hide", "description": "Hide.", "name": "hide" }, { "value": "show", "description": "Show.", "name": "show" } ] } }