androidForWorkEnrollmentProfile 资源类型
命名空间:microsoft.graph
重要: Microsoft /beta 版本下的 Graph API 可能会发生更改;不支持生产使用。
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
注册配置文件,用于使用 Google 的云管理注册 COSU 设备。
方法
属性
属性 | 类型 | 说明 |
---|---|---|
accountId | String | 注册配置文件隶属的租户 GUID。 |
id | String | 注册配置文件的唯一 GUID。 |
displayName | String | 注册配置文件的显示名称。 |
description | String | 注册配置文件的说明。 |
createdDateTime | DateTimeOffset | 注册配置文件的创建日期/时间。 |
lastModifiedDateTime | DateTimeOffset | 上次修改注册配置文件的日期/时间。 |
tokenValue | String | 为此注册配置文件最新创建的令牌的值。 |
tokenExpirationDateTime | DateTimeOffset | 最新创建的令牌的到期日期/时间。 |
enrolledDeviceCount | Int32 | 已使用此注册配置文件进行注册的 Android 设备总数。 |
qrCodeContent | String | 用于生成此令牌的 QR 码的字符串。 |
qrCodeImage | mimeContent | 用于生成此令牌的 QR 码的字符串。 |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.androidForWorkEnrollmentProfile",
"accountId": "String",
"id": "String (identifier)",
"displayName": "String",
"description": "String",
"createdDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)",
"tokenValue": "String",
"tokenExpirationDateTime": "String (timestamp)",
"enrolledDeviceCount": 1024,
"qrCodeContent": "String",
"qrCodeImage": {
"@odata.type": "microsoft.graph.mimeContent",
"type": "String",
"value": "binary"
}
}