Microsoft Azure Active Directory Updateserviceprincipal Example

AuthenticationAuthorizationIdentityMicrosoftMicrosoft EntraOAuthOpenID ConnectSAMLSCIMSingle Sign-OnZero Trust

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

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "updateServicePrincipal",
  "method": "PATCH",
  "path": "/servicePrincipals/{servicePrincipal-id}",
  "summary": "Update Service Principal",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "UpdateserviceprincipalRequestExample",
      "example": {
        "accountEnabled": true,
        "appRoleAssignmentRequired": true,
        "displayName": "example_value",
        "homepage": "example_value",
        "loginUrl": "https://www.example.com",
        "logoutUrl": "https://www.example.com",
        "notificationEmailAddresses": [
          "example_value"
        ],
        "replyUrls": [
          "example_value"
        ],
        "tags": [
          "example_value"
        ]
      }
    }
  ],
  "responseExamples": []
}