Skip to content

Commit 1cd7544

Browse files
authored
Correcting startDateTime and endDateTime property names.
1 parent 934af93 commit 1cd7544

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

articles/active-directory/develop/reference-app-manifest.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: reference
1010
ms.workload: identity
11-
ms.date: 05/19/2022
11+
ms.date: 04/13/2023
1212
ms.author: ryanwi
1313
ms.custom: aaddev
1414
ms.reviewer: sureshja
@@ -260,9 +260,9 @@ Example:
260260
"keyCredentials": [
261261
{
262262
"customKeyIdentifier":null,
263-
"endDate":"2018-09-13T00:00:00Z",
263+
"endDateTime":"2018-09-13T00:00:00Z",
264264
"keyId":"<guid>",
265-
"startDate":"2017-09-12T00:00:00Z",
265+
"startDateTime":"2017-09-12T00:00:00Z",
266266
"type":"AsymmetricX509Cert",
267267
"usage":"Verify",
268268
"value":null
@@ -425,10 +425,12 @@ Example:
425425
"passwordCredentials": [
426426
{
427427
"customKeyIdentifier": null,
428-
"endDate": "2018-10-19T17:59:59.6521653Z",
428+
"displayName": "Generated by App Service",
429+
"endDateTime": "2022-10-19T17:59:59.6521653Z",
430+
"hint": "Nsn",
429431
"keyId": "<guid>",
430-
"startDate":"2016-10-19T17:59:59.6521653Z",
431-
"value":null
432+
"secretText": null,
433+
"startDateTime":"2022-10-19T17:59:59.6521653Z"
432434
}
433435
],
434436
```
@@ -638,4 +640,4 @@ Use the following comments section to provide feedback that helps refine and sha
638640
[IMPLICIT-GRANT]:v1-oauth2-implicit-grant-flow.md
639641
[INTEGRATING-APPLICATIONS-AAD]: ./quickstart-register-app.md
640642
[O365-PERM-DETAILS]: /graph/permissions-reference
641-
[RBAC-CLOUD-APPS-AZUREAD]: http://www.dushyantgill.com/blog/2014/12/10/roles-based-access-control-in-cloud-applications-using-azure-ad/
643+
[RBAC-CLOUD-APPS-AZUREAD]: http://www.dushyantgill.com/blog/2014/12/10/roles-based-access-control-in-cloud-applications-using-azure-ad/

0 commit comments

Comments
 (0)