Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 878 Bytes

cloudpcuserrolescopetaginfo.md

File metadata and controls

39 lines (32 loc) · 878 Bytes
title description author ms.localizationpriority ms.subservice doc_type
cloudPcUserRoleScopeTagInfo resource type
Represents the scope tag info with display name and identity.
RuiHou105
medium
cloud-pc
resourcePageType

cloudPcUserRoleScopeTagInfo resource type

Namespace: microsoft.graph

Represents the scope tag info with display name and identity.

Properties

Property Type Description
displayName String Scope tag display name.
roleScopeTagId String Scope tag identity.

Relationships

None

JSON Representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.cloudPcUserRoleScopeTagInfo",
  "displayName": "String",
  "roleScopeTagId": "String"
}