androidDeviceOwnerEnrollmentProfile 资源类型
命名空间:microsoft.graph
重要: Microsoft /beta 版本下的 Graph API 可能会发生更改;不支持生产使用。
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
用于使用 Google 云管理注册 Android Enterprise 设备的注册配置文件。
方法
属性
属性 | 类型 | 说明 |
---|---|---|
accountId | String | 注册配置文件隶属的租户 GUID。 |
id | String | 注册配置文件的唯一 GUID。 |
displayName | String | 注册配置文件的显示名称。 |
description | String | 注册配置文件的说明。 |
enrollmentMode | androidDeviceOwnerEnrollmentMode | 使用此注册配置文件的设备注册模式。 可取值为:corporateOwnedDedicatedDevice 、corporateOwnedFullyManaged 、corporateOwnedWorkProfile 、corporateOwnedAOSPUserlessDevice 、corporateOwnedAOSPUserAssociatedDevice 。 |
enrollmentTokenType | androidDeviceOwnerEnrollmentTokenType | 注册配置文件的注册令牌类型。 可取值为:default 、corporateOwnedDedicatedDeviceWithAzureADSharedMode 、deviceStaging 。 |
createdDateTime | DateTimeOffset | 注册配置文件的创建日期/时间。 |
lastModifiedDateTime | DateTimeOffset | 上次修改注册配置文件的日期/时间。 |
tokenValue | String | 为此注册配置文件最新创建的令牌的值。 |
tokenCreationDateTime | DateTimeOffset | 创建最近创建的令牌的日期时间。 |
tokenExpirationDateTime | DateTimeOffset | 最新创建的令牌的到期日期/时间。 |
enrolledDeviceCount | Int32 | 已使用此注册配置文件进行注册的 Android 设备总数。 |
enrollmentTokenUsageCount | Int32 | 使用当前令牌注册的 AOSP 设备总数。 有效值 0 到 20000 |
qrCodeContent | String | 用于生成此令牌的 QR 码的字符串。 |
qrCodeImage | mimeContent | 用于生成此令牌的 QR 码的字符串。 |
roleScopeTagIds | 字符串集合 | 此实体实例的范围标记列表。 |
configureWifi | 布尔值 | 指示应在设备预配期间配置 Wi-Fi 网络的布尔值。 设置为 TRUE 时,设备预配将使用 Wi-Fi 相关属性自动连接到 Wi-Fi 网络。 设置为 FALSE 或未定义时,将忽略其他 Wi-Fi 相关属性。 默认值为 TRUE。 默认情况下返回。 |
wifiSsid | String | 包含 wi-fi 登录 ssid 的字符串 |
wifiPassword | String | 包含 Wi-Fi 登录密码的字符串 |
wifiSecurityType | aospWifiSecurityType | 包含 Wi-Fi 安全类型的字符串。 可取值为:none 、wpa 、wep 。 |
wifiHidden | 布尔值 | 指示是否启用隐藏 wifi 网络的布尔值 |
isTeamsDeviceProfile | 布尔值 | 指示此配置文件是否为 Android AOSP for Teams 设备配置文件的布尔值。 |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.androidDeviceOwnerEnrollmentProfile",
"accountId": "String",
"id": "String (identifier)",
"displayName": "String",
"description": "String",
"enrollmentMode": "String",
"enrollmentTokenType": "String",
"createdDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)",
"tokenValue": "String",
"tokenCreationDateTime": "String (timestamp)",
"tokenExpirationDateTime": "String (timestamp)",
"enrolledDeviceCount": 1024,
"enrollmentTokenUsageCount": 1024,
"qrCodeContent": "String",
"qrCodeImage": {
"@odata.type": "microsoft.graph.mimeContent",
"type": "String",
"value": "binary"
},
"roleScopeTagIds": [
"String"
],
"configureWifi": true,
"wifiSsid": "String",
"wifiPassword": "String",
"wifiSecurityType": "String",
"wifiHidden": true,
"isTeamsDeviceProfile": true
}