@@ -8,7 +8,7 @@ ms.service: active-directory
8
8
ms.subservice : develop
9
9
ms.topic : reference
10
10
ms.workload : identity
11
- ms.date : 05/19/2022
11
+ ms.date : 04/13/2023
12
12
ms.author : ryanwi
13
13
ms.custom : aaddev
14
14
ms.reviewer : sureshja
@@ -260,9 +260,9 @@ Example:
260
260
"keyCredentials" : [
261
261
{
262
262
"customKeyIdentifier" :null ,
263
- "endDate " :" 2018-09-13T00:00:00Z" ,
263
+ "endDateTime " :" 2018-09-13T00:00:00Z" ,
264
264
"keyId" :" <guid>" ,
265
- "startDate " :" 2017-09-12T00:00:00Z" ,
265
+ "startDateTime " :" 2017-09-12T00:00:00Z" ,
266
266
"type" :" AsymmetricX509Cert" ,
267
267
"usage" :" Verify" ,
268
268
"value" :null
@@ -425,10 +425,12 @@ Example:
425
425
"passwordCredentials" : [
426
426
{
427
427
"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" ,
429
431
"keyId" : " <guid>" ,
430
- "startDate" : " 2016-10-19T17:59:59.6521653Z " ,
431
- "value" : null
432
+ "secretText" : null ,
433
+ "startDateTime" : " 2022-10-19T17:59:59.6521653Z "
432
434
}
433
435
],
434
436
```
@@ -638,4 +640,4 @@ Use the following comments section to provide feedback that helps refine and sha
638
640
[ IMPLICIT-GRANT ] :v1-oauth2-implicit-grant-flow.md
639
641
[ INTEGRATING-APPLICATIONS-AAD ] : ./quickstart-register-app.md
640
642
[ 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