Microsoft Graph · Schema

subjectSet

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsubjectset-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.subjectSet",
  "title": "subjectSet",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "@odata.type": {
      "type": "string"
    }
  },
  "discriminator": {
    "propertyName": "@odata.type",
    "mapping": {
      "#microsoft.graph.attributeRuleMembers": "#/components/schemas/microsoft.graph.attributeRuleMembers",
      "#microsoft.graph.connectedOrganizationMembers": "#/components/schemas/microsoft.graph.connectedOrganizationMembers",
      "#microsoft.graph.externalSponsors": "#/components/schemas/microsoft.graph.externalSponsors",
      "#microsoft.graph.groupMembers": "#/components/schemas/microsoft.graph.groupMembers",
      "#microsoft.graph.internalSponsors": "#/components/schemas/microsoft.graph.internalSponsors",
      "#microsoft.graph.requestorManager": "#/components/schemas/microsoft.graph.requestorManager",
      "#microsoft.graph.singleServicePrincipal": "#/components/schemas/microsoft.graph.singleServicePrincipal",
      "#microsoft.graph.singleUser": "#/components/schemas/microsoft.graph.singleUser",
      "#microsoft.graph.targetApplicationOwners": "#/components/schemas/microsoft.graph.targetApplicationOwners",
      "#microsoft.graph.targetManager": "#/components/schemas/microsoft.graph.targetManager",
      "#microsoft.graph.targetUserSponsors": "#/components/schemas/microsoft.graph.targetUserSponsors",
      "#microsoft.graph.identityGovernance.groupBasedSubjectSet": "#/components/schemas/microsoft.graph.identityGovernance.groupBasedSubjectSet",
      "#microsoft.graph.identityGovernance.ruleBasedSubjectSet": "#/components/schemas/microsoft.graph.identityGovernance.ruleBasedSubjectSet"
    }
  }
}