embeddedSIMActivationCode リソースの種類

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。

注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。

携帯電話会社によって提供される埋め込み SIM アクティブ化コード。

プロパティ

プロパティ 説明
integratedCircuitCardIdentifier String 携帯電話会社によって提供される、この埋め込み SIM アクティブ化コードの IC カード識別子 (ICCID)。
入力は、'^[0-9]{19}[0-9]?$' の正規表現と一致する必要があります。
matchingIdentifier String GSMA Association SGP.22 RSP 技術仕様セクション 4.1 で指定されている MatchingIdentifier (MatchingID)。
入力は、'^[a-zA-Z0-9-]*$' の正規表現と一致する必要があります。
smdpPlusServerAddress String GSM Association SPG .22 RSP Technical Specification で指定されている 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"
}