Microsoft Graph · Schema

microsoft.graph.attributeRuleMembers

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphattributerulemembers-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.attributeRuleMembers",
  "title": "microsoft.graph.attributeRuleMembers",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.subjectSet"
    },
    {
      "title": "attributeRuleMembers",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "description": {
          "type": "string",
          "description": "A description of the membership rule.",
          "nullable": true
        },
        "membershipRule": {
          "type": "string",
          "description": "Determines the allowed target users for this policy. For more information about the syntax of the membership rule, see Membership Rules syntax.",
          "nullable": true
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.attributeRuleMembers"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.attributeRuleMembers"
}