Windows10XTrustedRootCertificate リソースの種類

名前空間: microsoft.graph

重要:Microsoft は Intune /beta API をサポートしていますが、より頻繁に変更される可能性があります。 可能な場合は、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で API が使用できるかどうかを確認します。

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

Windows X の信頼されたルート証明書の構成プロファイル

deviceManagementResourceAccessProfileBase から継承

メソッド

メソッド 戻り値の型 説明
Windows 10XTrustedRootCertificates の一覧表示 windows10XTrustedRootCertificate コレクション Windows10XTrustedRootCertificate オブジェクトのプロパティと関係を一覧表示します。
Windows10XTrustedRootCertificate を取得する windows10XTrustedRootCertificate Windows10XTrustedRootCertificate オブジェクトのプロパティとリレーションシップを読み取ります。
Windows10XTrustedRootCertificate を作成する windows10XTrustedRootCertificate 新しい Windows10XTrustedRootCertificate オブジェクトを作成します。
Windows10XTrustedRootCertificate を削除する なし Windows10XTrustedRootCertificate を削除します。
Windows 10XTrustedRootCertificate を更新する windows10XTrustedRootCertificate Windows10XTrustedRootCertificate オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id 文字列 deviceManagementResourceAccessProfileBase から継承されたプロファイル識別子
version Int32 deviceManagementResourceAccessProfileBase から継承されたプロファイルのバージョン
displayName 文字列 プロファイルの表示名 deviceManagementResourceAccessProfileBase から継承
説明 String プロファイルの説明 deviceManagementResourceAccessProfileBase から継承
creationDateTime DateTimeOffset DateTime プロファイルが作成されました deviceManagementResourceAccessProfileBase から継承
lastModifiedDateTime DateTimeOffset DateTime プロファイルが最後に変更されました 継承元 deviceManagementResourceAccessProfileBase
roleScopeTagIds String collection スコープ タグ deviceManagementResourceAccessProfileBase から継承されます
serverApplicabilityRules applicabilityRule collection deviceManagementResourceAccessProfileBase から継承されたデバイス構成プロファイルの適用性ルールの一覧
trustedRootCertificate Binary 信頼されたルート証明書
certFileName 文字列 UI に表示するファイル名。
destinationStore certificateDestinationStore 信頼されたルート証明書の宛先ストアの場所。 可能な値は computerCertStoreRootcomputerCertStoreIntermediateuserCertStoreIntermediate です。

関係

リレーションシップ 説明
assignments deviceManagementResourceAccessProfileAssignment コレクション デバイスの構成プロファイルの割り当てのリスト。 deviceManagementResourceAccessProfileBase から継承されます

JSON 表記

以下は、リソースの JSON 表記です。

{
  "@odata.type": "#microsoft.graph.windows10XTrustedRootCertificate",
  "id": "String (identifier)",
  "version": 1024,
  "displayName": "String",
  "description": "String",
  "creationDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)",
  "roleScopeTagIds": [
    "String"
  ],
  "serverApplicabilityRules": [
    {
      "@odata.type": "microsoft.graph.applicabilityRule",
      "filterType": "String"
    }
  ],
  "trustedRootCertificate": "binary",
  "certFileName": "String",
  "destinationStore": "String"
}