Skip to content

Commit eb81731

Browse files
authored
Merge pull request #88846 from KingdomOfEnds/dt-refresh-security
DT refresh security
2 parents 5015660 + da4f688 commit eb81731

6 files changed

+11
-11
lines changed

articles/digital-twins/security-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: alinast
66
ms.service: digital-twins
77
services: digital-twins
88
ms.topic: conceptual
9-
ms.date: 09/17/2019
9+
ms.date: 09/30/2019
1010
ms.author: v-adgera
1111
---
1212

articles/digital-twins/security-create-manage-role-assignments.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: 'Create and manage role assignments in Azure Digital Twins | Microsoft Docs'
3-
description: Create and manage role assignments in Azure Digital Twins.
2+
title: 'Create and manage role assignments - Azure Digital Twins | Microsoft Docs'
3+
description: Learn about creating and managing role assignments in Azure Digital Twins.
44
author: lyrana
55
manager: alinast
66
ms.service: digital-twins
77
services: digital-twins
88
ms.topic: conceptual
9-
ms.date: 07/29/2019
9+
ms.date: 10/02/2019
1010
ms.author: lyhughes
1111
ms.custom: seodec18
1212
---
@@ -160,8 +160,8 @@ YOUR_MANAGEMENT_API_URL/roleassignments/check?userId=YOUR_USER_ID&path=YOUR_PATH
160160
| --- | --- | --- | --- |
161161
| YOUR_USER_ID | True | String | The objectId for the UserId objectIdType. |
162162
| YOUR_PATH | True | String | The chosen path to check access for. |
163-
| YOUR_ACCESS_TYPE | True | String | The access type to check for. |
164-
| YOUR_RESOURCE_TYPE | True | String | The resource to check. |
163+
| YOUR_ACCESS_TYPE | True | String | *Read*, *Create*, *Update*, or *Create* |
164+
| YOUR_RESOURCE_TYPE | True | String | *Device*, *DeviceBlobMetadata*, *DeviceExtendedProperty*, *ExtendedPropertyKey*, *ExtendedType*, *Endpoint*, *KeyStore*, *Matcher*, *Ontology*, *Report*, *RoleDefinition*, *Sensor*, *SensorExtendedProperty*, *Space*, *SpaceBlobMetadata*, *SpaceExtendedProperty*, *SpaceResource*, *SpaceRoleAssignment*, *System*, *UerDefinedFunction*, *User*, *UserBlobMetadata*, or *UserExtendedProperty* |
165165

166166
A successful request will return a boolean `true` or `false` to indicate whether the access type has been assigned to the user for the given path and resource.
167167

@@ -193,7 +193,7 @@ A successful request will return a JSON array with each role assignment associat
193193

194194
### Revoke a permission
195195

196-
To revoke a permissions from a recipient, delete the role assignment by making an authenticated HTTP DELETE request:
196+
To revoke a permission from a recipient, delete the role assignment by making an authenticated HTTP DELETE request:
197197

198198
```plaintext
199199
YOUR_MANAGEMENT_API_URL/roleassignments/YOUR_ROLE_ASSIGNMENT_ID

articles/digital-twins/security-role-based-access-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: alinast
66
ms.service: digital-twins
77
services: digital-twins
88
ms.topic: conceptual
9-
ms.date: 09/17/2019
9+
ms.date: 09/30/2019
1010
ms.author: lyhughes
1111
---
1212

includes/digital-twins-object-id-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: kingdomofends
66
ms.service: digital-twins
77
ms.topic: include
8-
ms.date: 08/12/2019
8+
ms.date: 09/30/2019
99
ms.author: v-adgera
1010
ms.custom: include file
1111
---

includes/digital-twins-rbac-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: kingdomofends
66
ms.service: digital-twins
77
ms.topic: include
8-
ms.date: 08/12/2019
8+
ms.date: 09/30/2019
99
ms.author: v-adgera
1010
ms.custom: include file
1111
---

includes/digital-twins-roles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: kingdomofends
66
ms.service: digital-twins
77
ms.topic: include
8-
ms.date: 08/12/2019
8+
ms.date: 09/30/2019
99
ms.author: v-adgera
1010
ms.custom: include file
1111
---

0 commit comments

Comments
 (0)