Microsoft Graph Identity Group Example

A sample description.

AuthenticationAuthorizationIdentityMicrosoftMicrosoft EntraOAuthOpenID ConnectSAMLSCIMSingle Sign-OnZero Trust

Microsoft Graph Identity Group Example is an example object payload from Microsoft Azure Active Directory, with 21 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

classificationcreatedDateTimedescriptiondisplayNameexpirationDateTimegroupTypesisAssignableToRolemailmailEnabledmailNicknamemembershipRulemembershipRuleProcessingStateonPremisesDomainNameonPremisesLastSyncDateTimeonPremisesSyncEnabledpreferredLanguageproxyAddressesrenewedDateTimesecurityEnabledsecurityIdentifiervisibility

Example Payload

Raw ↑
{
  "classification": "example_value",
  "createdDateTime": "example_value",
  "description": "A sample description.",
  "displayName": "example_value",
  "expirationDateTime": "example_value",
  "groupTypes": [],
  "isAssignableToRole": "example_value",
  "mail": "example_value",
  "mailEnabled": true,
  "mailNickname": "example_value",
  "membershipRule": "example_value",
  "membershipRuleProcessingState": "example_value",
  "onPremisesDomainName": "example_value",
  "onPremisesLastSyncDateTime": "example_value",
  "onPremisesSyncEnabled": "example_value",
  "preferredLanguage": "example_value",
  "proxyAddresses": [],
  "renewedDateTime": "example_value",
  "securityEnabled": true,
  "securityIdentifier": "example_value",
  "visibility": "example_value"
}