intuneBrandingProfile 资源类型
命名空间:microsoft.graph
重要提示: Microsoft Graph /beta 版本下的 API 可能会更改;不支持生产使用。
注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证。
此实体包含用于自定义应用程序以及最终用户 Web 门户公司门户租户级别外观的数据。
方法
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | 配置文件密钥 |
| profileName | String | 配置文件的名称 |
| profileDescription | String | 配置文件的说明 |
| isDefaultProfile | Boolean | 表示配置文件是否用作默认配置文件的布尔值 |
| createdDateTime | DateTimeOffset | BrandingProfile 创建时间 |
| lastModifiedDateTime | DateTimeOffset | BrandingProfile 上次修改的时间 |
| displayName | String | 向最终用户显示的公司/组织名称 |
| themeColor | rgbColor | 应用程序应用程序和 Web 门户公司门户主题颜色 |
| showLogo | 布尔值 | 表示是否显示管理员提供的徽标图像的布尔值 |
| showDisplayNameNextToLogo | 布尔值 | Boolean 值,表示是否显示名称徽标图像旁边显示管理员提供的图像 |
| 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 | Boolean | Boolean 值,表示 adminsistrator 是否已在公司拥有的设备上禁用"删除设备"操作。 |
| isFactoryResetDisabled | Boolean | Boolean 值,表示 adminsistrator 是否已在公司拥有的设备上禁用"恢复出厂设置"操作。 |
| companyPortalBlockedActions | companyPortalBlockedAction 集合 | 根据平台和设备所有权类型在公司门户上阻止的操作的集合。 |
| showAzureADEnterpriseApps | Boolean | Boolean 值,指示 AzureAD Enterprise应用是否将显示在 公司门户 |
| showOfficeWebApps | Boolean | Boolean 值,Office WebApps 是否将显示在 webApps 公司门户 |
| sendDeviceOwnershipChangePushNotification | Boolean | 指示当用户的设备所有权类型从个人更改到公司时是否向用户发送推送通知的布尔值 |
| enrollmentAvailability | enrollmentAvailabilityOptions | 向最终用户显示的自定义设备注册流。 可取值为:availableWithPrompts、availableWithoutPrompts、unavailable。 |
| disableClientTelemetry | Boolean | 适用于从所有客户端发送到 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"
}
],
"showAzureADEnterpriseApps": true,
"showOfficeWebApps": true,
"sendDeviceOwnershipChangePushNotification": true,
"enrollmentAvailability": "String",
"disableClientTelemetry": true,
"roleScopeTagIds": [
"String"
]
}
反馈
提交和查看相关反馈