Microsoft Graph · Schema

communityPrivacy

Types of communityPrivacy.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcommunityprivacy-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.communityPrivacy",
  "title": "communityPrivacy",
  "enum": [
    "public",
    "private",
    "unknownFutureValue"
  ],
  "type": "string",
  "description": "Types of communityPrivacy.",
  "x-ms-enum": {
    "name": "communityPrivacy",
    "modelAsString": false,
    "values": [
      {
        "value": "public",
        "description": "Any user from the tenant can join and participate in the community.",
        "name": "public"
      },
      {
        "value": "private",
        "description": "A community administrator must add tenant users to the community before they can participate.",
        "name": "private"
      },
      {
        "value": "unknownFutureValue",
        "description": "A marker value for members added after the release of this API.",
        "name": "unknownFutureValue"
      }
    ]
  }
}