Microsoft Entra · Schema

ServicePrincipalCollectionResponse

Paged collection of service principal objects

Access ManagementAuthenticationAzure ADEntraIdentityIdentity GovernanceMicrosoftNetwork SecuritySecurityZero Trust

Properties

Name Type Description
@odata.context string
@odata.count integer
@odata.nextLink string
value array
View JSON Schema on GitHub

JSON Schema

microsoft-entra-graph-identity-service-principal-collection-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ServicePrincipalCollectionResponse",
  "type": "object",
  "description": "Paged collection of service principal objects",
  "properties": {
    "@odata.context": {
      "type": "string"
    },
    "@odata.count": {
      "type": "integer"
    },
    "@odata.nextLink": {
      "type": "string"
    },
    "value": {
      "type": "array"
    }
  }
}