AssignedPlan

Represents a plan assigned to a user.

AuthenticationAuthorizationIdentityMicrosoftMicrosoft EntraOAuthOpenID ConnectSAMLSCIMSingle Sign-OnZero Trust

Properties

Name Type Description
assignedDateTime string
capabilityStatus string
service string
servicePlanId string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-identity-assigned-plan-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AssignedPlan",
  "type": "object",
  "description": "Represents a plan assigned to a user.",
  "properties": {
    "assignedDateTime": {
      "type": "string"
    },
    "capabilityStatus": {
      "type": "string"
    },
    "service": {
      "type": "string"
    },
    "servicePlanId": {
      "type": "string"
    }
  }
}