Skip to content

Commit 5630065

Browse files
authored
Merge pull request #90407 from KingdomOfEnds/dt-refresh-security
corrected access type
2 parents eb81731 + 9a43709 commit 5630065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ 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 | *Read*, *Create*, *Update*, or *Create* |
163+
| YOUR_ACCESS_TYPE | True | String | *Read*, *Create*, *Update*, or *Delete* |
164164
| 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.

0 commit comments

Comments
 (0)