Microsoft Graph Identity Assigned Plan Structure

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

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

Properties

assignedDateTime capabilityStatus service servicePlanId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AssignedPlan",
  "type": "object",
  "properties": {
    "assignedDateTime": {
      "type": "string"
    },
    "capabilityStatus": {
      "type": "string"
    },
    "service": {
      "type": "string"
    },
    "servicePlanId": {
      "type": "string"
    }
  }
}