embeddedSIMActivationCode 资源类型

命名空间:microsoft.graph

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

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

移动运营商提供的嵌入式 SIM 激活代码。

属性

属性 类型 说明
integratedCircuitCardIdentifier String 移动运营商提供的此嵌入式 SIM 激活代码的集成电路卡标识符 (ICCID) 。
输入必须与以下正则表达式匹配:“^[0-9]{19}[0-9]?$”。
matchingIdentifier String 按照 GSMA 关联 SGP.22 RSP 技术规范第 4.1 节中指定的 MatchingIdentifier (MatchingID) 。
输入必须与以下正则表达式匹配:“^[a-zA-Z0-9-]*$”。
smdpPlusServerAddress String GSM 关联 SPG .22 RSP 技术规范中指定的 SM-DP+ 服务器的完全限定域名。
输入必须与以下正则表达式匹配:“^ ([a-zA-Z0-9]+ (-[a-zA-Z0-9]+) *.) +[a-zA-Z]{2,}$”。

关系

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.embeddedSIMActivationCode",
  "integratedCircuitCardIdentifier": "String",
  "matchingIdentifier": "String",
  "smdpPlusServerAddress": "String"
}