Microsoft Graph Identity Group Structure

Type: object Properties: 21
AuthenticationAuthorizationIdentityMicrosoftMicrosoft EntraOAuthOpenID ConnectSAMLSCIMSingle Sign-OnZero Trust

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

Properties

classification createdDateTime description displayName expirationDateTime groupTypes isAssignableToRole mail mailEnabled mailNickname membershipRule membershipRuleProcessingState onPremisesDomainName onPremisesLastSyncDateTime onPremisesSyncEnabled preferredLanguage proxyAddresses renewedDateTime securityEnabled securityIdentifier visibility

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": {
    "classification": {
      "type": "['string', 'null']"
    },
    "createdDateTime": {
      "type": "string"
    },
    "description": {
      "type": "['string', 'null']"
    },
    "displayName": {
      "type": "string"
    },
    "expirationDateTime": {
      "type": "['string', 'null']"
    },
    "groupTypes": {
      "type": "array"
    },
    "isAssignableToRole": {
      "type": "['boolean', 'null']"
    },
    "mail": {
      "type": "['string', 'null']"
    },
    "mailEnabled": {
      "type": "boolean"
    },
    "mailNickname": {
      "type": "string"
    },
    "membershipRule": {
      "type": "['string', 'null']"
    },
    "membershipRuleProcessingState": {
      "type": "['string', 'null']"
    },
    "onPremisesDomainName": {
      "type": "['string', 'null']"
    },
    "onPremisesLastSyncDateTime": {
      "type": "['string', 'null']"
    },
    "onPremisesSyncEnabled": {
      "type": "['boolean', 'null']"
    },
    "preferredLanguage": {
      "type": "['string', 'null']"
    },
    "proxyAddresses": {
      "type": "array"
    },
    "renewedDateTime": {
      "type": "string"
    },
    "securityEnabled": {
      "type": "boolean"
    },
    "securityIdentifier": {
      "type": "['string', 'null']"
    },
    "visibility": {
      "type": "['string', 'null']"
    }
  }
}