Microsoft Entra · JSON Structure

Microsoft Entra Graph Identity Group Structure

Type: object Properties: 18
Access ManagementAuthenticationAzure ADEntraIdentityIdentity GovernanceMicrosoftNetwork SecuritySecurityZero Trust

Group is a JSON Structure definition published by Microsoft Entra, describing 18 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id displayName description mailEnabled mailNickname securityEnabled groupTypes visibility membershipRule membershipRuleProcessingState mail proxyAddresses isAssignableToRole onPremisesSyncEnabled createdDateTime renewedDateTime members owners

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Group",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "description": {
      "type": "['string', 'null']"
    },
    "mailEnabled": {
      "type": "boolean"
    },
    "mailNickname": {
      "type": "string"
    },
    "securityEnabled": {
      "type": "boolean"
    },
    "groupTypes": {
      "type": "array"
    },
    "visibility": {
      "type": "['string', 'null']"
    },
    "membershipRule": {
      "type": "['string', 'null']"
    },
    "membershipRuleProcessingState": {
      "type": "['string', 'null']"
    },
    "mail": {
      "type": "['string', 'null']"
    },
    "proxyAddresses": {
      "type": "array"
    },
    "isAssignableToRole": {
      "type": "['boolean', 'null']"
    },
    "onPremisesSyncEnabled": {
      "type": "['boolean', 'null']"
    },
    "createdDateTime": {
      "type": "string"
    },
    "renewedDateTime": {
      "type": "['string', 'null']"
    },
    "members": {
      "type": "array"
    },
    "owners": {
      "type": "array"
    }
  }
}