命名空间:microsoft.graph
重要:Microsoft支持Intune /beta API,但它们会受到更频繁的更改。 Microsoft建议尽可能使用版本 v1.0。 使用版本选择器检查 API 在 v1.0 版中的可用性。
注意:适用于 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"
}
}