intuneBrand 资源类型

命名空间:microsoft.graph

重要提示: /beta 版本下的 Microsoft Graph API 可能会更改;不支持生产使用。

注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证

intuneBrand 包含在自定义公司门户应用程序以及最终用户网页版门户的外观时使用的数据。

属性

属性 类型 说明
displayName String 向最终用户显示的公司/组织名称。
themeColor rgbColor 公司门户应用程序和 Web 门户中使用的主要主题颜色。
showLogo 布尔值 表示是否显示管理员提供的徽标图像的布尔值。
lightBackgroundLogo mimeContent 在公司门户应用中显示的徽标图像,徽标后有浅色背景。
darkBackgroundLogo mimeContent 在公司门户应用中显示的徽标图像,徽标后有深色背景。
showNameNextToLogo 布尔值 表示是否要在徽标图像旁显示管理员提供的显示名称的布尔值。
landingPageCustomizedImage mimeContent 在应用登录Unternehmensportal中显示的自定义图像
showDisplayNameNextToLogo 布尔值 表示是否要在徽标图像旁显示管理员提供的显示名称的布尔值。
roleScopeTagIds String collection 分配给默认品牌配置文件的范围标记列表
contactITName String 负责 IT 支持的员工/组织名称。
contactITPhoneNumber String 负责 IT 支持的员工/组织的电话号码。
contactITEmailAddress String 负责 IT 支持的员工/组织的电子邮件地址。
contactITNotes String 负责 IT 支持的员工/组织的文本注释。
onlineSupportSiteUrl String 指向公司/组织 IT 支持人员网站的 URL。
onlineSupportSiteName String 显示公司/组织 IT 支持人员网站的名称。
privacyUrl String 指向公司/组织隐私策略的 URL。
customPrivacyMessage String 用于说明组织在托管设备上看不到或无法执行哪些操作的自定义隐私消息。
customCantSeePrivacyMessage String 用于说明组织在托管设备上看不到或无法执行哪些操作的自定义隐私消息。
customCanSeePrivacyMessage String 用于说明组织可在托管设备上查看和执行哪些操作的自定义隐私消息。
isRemoveDeviceDisabled Boolean Boolean 值,表示 adminsistrator 是否已在公司拥有的设备上禁用"删除设备"操作。
isFactoryResetDisabled Boolean Boolean 值,表示 adminsistrator 是否已在公司拥有的设备上禁用"恢复出厂设置"操作。
companyPortalBlockedActions companyPortalBlockedAction 集合 根据平台和设备所有权类型在公司门户上阻止的操作的集合。
showAzureADEnterpriseApps Boolean Boolean 值,指示 AzureAD 企业应用是否将显示在 Unternehmensportal
showOfficeWebApps Boolean Boolean 值,指示 Office WebApps 是否将显示在 Unternehmensportal
sendDeviceOwnershipChangePushNotification Boolean SendDeviceOwnershipChangePushNotification 将在 2022 年 6 月弃用,2022 年 7 月将停止返回值。 一个 boolean 类型的值,指示当用户的设备所有权类型从个人类型更改到公司时是否向用户发送推送通知
enrollmentAvailability enrollmentAvailabilityOptions 向最终用户显示的自定义设备注册流。 可取值为:availableWithPromptsavailableWithoutPromptsunavailable
disableClientTelemetry Boolean 适用于从所有客户端发送到 Intune 服务的遥测。 禁用后,将关闭客户端内的所有主动故障排除和发出警告,并且遥测设置对设备用户显示为非活动或隐藏。

关系

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.intuneBrand",
  "displayName": "String",
  "themeColor": {
    "@odata.type": "microsoft.graph.rgbColor",
    "r": 1024,
    "g": 1024,
    "b": 1024
  },
  "showLogo": true,
  "lightBackgroundLogo": {
    "@odata.type": "microsoft.graph.mimeContent",
    "type": "String",
    "value": "binary"
  },
  "darkBackgroundLogo": {
    "@odata.type": "microsoft.graph.mimeContent",
    "type": "String",
    "value": "binary"
  },
  "showNameNextToLogo": true,
  "landingPageCustomizedImage": {
    "@odata.type": "microsoft.graph.mimeContent",
    "type": "String",
    "value": "binary"
  },
  "showDisplayNameNextToLogo": true,
  "roleScopeTagIds": [
    "String"
  ],
  "contactITName": "String",
  "contactITPhoneNumber": "String",
  "contactITEmailAddress": "String",
  "contactITNotes": "String",
  "onlineSupportSiteUrl": "String",
  "onlineSupportSiteName": "String",
  "privacyUrl": "String",
  "customPrivacyMessage": "String",
  "customCantSeePrivacyMessage": "String",
  "customCanSeePrivacyMessage": "String",
  "isRemoveDeviceDisabled": true,
  "isFactoryResetDisabled": true,
  "companyPortalBlockedActions": [
    {
      "@odata.type": "microsoft.graph.companyPortalBlockedAction",
      "platform": "String",
      "ownerType": "String",
      "action": "String"
    }
  ],
  "showAzureADEnterpriseApps": true,
  "showOfficeWebApps": true,
  "sendDeviceOwnershipChangePushNotification": true,
  "enrollmentAvailability": "String",
  "disableClientTelemetry": true
}