intuneBrandingProfile 资源类型

命名空间:microsoft.graph

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

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

此实体包含用于自定义公司门户应用程序以及最终用户 Web 门户的租户级别外观的数据。

方法

方法 返回类型 说明
列出 intuneBrandingProfiles intuneBrandingProfile 集合 列出 intuneBrandingProfile 对象的属性和关系。
获取 intuneBrandingProfile intuneBrandingProfile 读取 intuneBrandingProfile 对象的属性和关系。
创建 intuneBrandingProfile intuneBrandingProfile 创建新的 intuneBrandingProfile 对象。
删除 intuneBrandingProfile 删除 intuneBrandingProfile
更新 intuneBrandingProfile intuneBrandingProfile 更新 intuneBrandingProfile 对象的属性。
分配操作

属性

属性 类型 说明
id String 配置文件密钥
profileName String 配置文件的名称
profileDescription String 配置文件的说明
isDefaultProfile 布尔值 表示配置文件是否用作默认配置文件的布尔值
createdDateTime DateTimeOffset 创建 BrandingProfile 的时间
lastModifiedDateTime DateTimeOffset 上次修改 BrandingProfile 的时间
displayName String 显示给最终用户的公司/组织名称
themeColor rgbColor 公司门户应用程序和 Web 门户中使用的主要主题颜色
showLogo 布尔值 表示是否显示管理员提供的徽标图像的布尔值
showDisplayNameNextToLogo 布尔值 布尔值,表示管理员提供的显示名称是否显示在徽标图像旁边
themeColorLogo mimeContent 徽标图像显示在公司门户应用,这些应用在徽标后面具有主题颜色背景
lightBackgroundLogo mimeContent 徽标图像显示在公司门户应用,这些应用在徽标后面具有浅色背景
landingPageCustomizedImage mimeContent 公司门户应用登录页中显示的自定义图像
contactITName String 负责 IT 支持的人员/组织的名称
contactITPhoneNumber String 负责 IT 支持的人员/组织的电话号码
contactITEmailAddress String 负责 IT 支持的人员/组织的电子邮件地址
contactITNotes String 有关负责 IT 支持的人员/组织的文本注释
onlineSupportSiteUrl String 公司/组织的 IT 支持站点的 URL
onlineSupportSiteName String 公司/组织的 IT 支持站点的显示名称
privacyUrl String 公司/组织的隐私策略 URL
customPrivacyMessage String 有关管理员无权访问设备上的内容的文本注释
customCanSeePrivacyMessage String 有关管理员有权访问设备上的内容的文本注释
customCantSeePrivacyMessage String 有关管理员无权访问设备上的内容的文本注释
isRemoveDeviceDisabled 布尔值 表示管理员是否在公司拥有的设备上禁用了“删除设备”操作的布尔值。
isFactoryResetDisabled 布尔值 表示管理员是否已在公司拥有的设备上禁用“恢复出厂设置”操作的布尔值。
companyPortalBlockedActions companyPortalBlockedAction 集合 根据平台和设备所有权类型收集公司门户中阻止的操作。
disableDeviceCategorySelection 布尔值 指示设备类别选择是否将显示在 公司门户
showAzureADEnterpriseApps 布尔值 指示 AzureAD 企业应用是否将显示在 公司门户
showOfficeWebApps 布尔值 指示 Office WebApps 是否将显示在 公司门户
showConfigurationManagerApps 布尔值 指示Configuration Manager应用是否将显示在 公司门户
sendDeviceOwnershipChangePushNotification 布尔值 指示当用户的设备所有权类型从个人更改为企业时是否向用户发送推送通知的布尔值
enrollmentAvailability enrollmentAvailabilityOptions 向最终用户显示的自定义设备注册流。 可取值为:availableWithPromptsavailableWithoutPromptsunavailable
disableClientTelemetry 布尔值 适用于从所有客户端发送到Intune服务的遥测数据。 禁用后,客户端中的所有主动故障排除和问题警告都会关闭,并且遥测设置对设备用户显示为非活动或隐藏状态。
roleScopeTagIds 字符串集合 分配给品牌配置文件的范围标记列表

关系

关系 类型 说明
assignments intuneBrandingProfileAssignment 集合 品牌配置文件的组分配列表

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.intuneBrandingProfile",
  "id": "String (identifier)",
  "profileName": "String",
  "profileDescription": "String",
  "isDefaultProfile": true,
  "createdDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)",
  "displayName": "String",
  "themeColor": {
    "@odata.type": "microsoft.graph.rgbColor",
    "r": 1024,
    "g": 1024,
    "b": 1024
  },
  "showLogo": true,
  "showDisplayNameNextToLogo": true,
  "themeColorLogo": {
    "@odata.type": "microsoft.graph.mimeContent",
    "type": "String",
    "value": "binary"
  },
  "lightBackgroundLogo": {
    "@odata.type": "microsoft.graph.mimeContent",
    "type": "String",
    "value": "binary"
  },
  "landingPageCustomizedImage": {
    "@odata.type": "microsoft.graph.mimeContent",
    "type": "String",
    "value": "binary"
  },
  "contactITName": "String",
  "contactITPhoneNumber": "String",
  "contactITEmailAddress": "String",
  "contactITNotes": "String",
  "onlineSupportSiteUrl": "String",
  "onlineSupportSiteName": "String",
  "privacyUrl": "String",
  "customPrivacyMessage": "String",
  "customCanSeePrivacyMessage": "String",
  "customCantSeePrivacyMessage": "String",
  "isRemoveDeviceDisabled": true,
  "isFactoryResetDisabled": true,
  "companyPortalBlockedActions": [
    {
      "@odata.type": "microsoft.graph.companyPortalBlockedAction",
      "platform": "String",
      "ownerType": "String",
      "action": "String"
    }
  ],
  "disableDeviceCategorySelection": true,
  "showAzureADEnterpriseApps": true,
  "showOfficeWebApps": true,
  "showConfigurationManagerApps": true,
  "sendDeviceOwnershipChangePushNotification": true,
  "enrollmentAvailability": "String",
  "disableClientTelemetry": true,
  "roleScopeTagIds": [
    "String"
  ]
}