windows10XSCEPCertificateProfile リソースの種類

名前空間: microsoft.graph

重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。

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

WindowsX SCEP 証明書構成プロファイル

windows10XCertificateProfile から継承する

メソッド

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

プロパティ

プロパティ 説明
id String プロファイル識別子 deviceManagementResourceAccessProfileBase から継承
version Int32 プロファイルのバージョンdeviceManagementResourceAccessProfileBaseから継承
displayName String プロファイル表示名deviceManagementResourceAccessProfileBaseから継承
description String プロファイルの説明deviceManagementResourceAccessProfileBaseから継承
creationDateTime DateTimeOffset DateTime プロファイルが作成されましたdeviceManagementResourceAccessProfileBaseから継承
lastModifiedDateTime DateTimeOffset DateTime プロファイルが最後に変更されたdeviceManagementResourceAccessProfileBaseから継承
roleScopeTagIds String collection deviceManagementResourceAccessProfileBaseから継承されたスコープ タグ
certificateStore certificateStore ターゲット ストア証明書。 可能な値は、usermachine です。
certificateValidityPeriodScale certificateValidityPeriodScale 証明書の有効期間のスケール。 可能な値は、daysmonthsyears です。
certificateValidityPeriodValue Int32 証明書の有効期間の値
extendedKeyUsages extendedKeyUsage コレクション 拡張キー使用法 (EKU) の設定。
hashAlgorithm hashAlgorithms コレクション SCEP ハッシュ アルゴリズム。
keySize keySize SCEP キーのサイズ。 可能な値は、size1024size2048size4096 です。
keyStorageProvider keyStorageProviderOption キー Storage プロバイダー (KSP)。 使用可能な値: useTpmKspOtherwiseUseSoftwareKspuseTpmKspOtherwiseFailusePassportForWorkKspOtherwiseFailuseSoftwareKsp
keyUsage keyUsages SCEP キーの使用法。 可能な値は、keyEnciphermentdigitalSignature です。
renewalThresholdPercentage Int32 証明書の更新のしきい値の割合
rootCertificateId Guid 信頼されたルート証明書 ID
scepServerUrls String collection SCEP Server の URL。
subjectAlternativeNameFormats windows10XCustomSubjectAlternativeName コレクション カスタム AAD 属性。
subjectNameFormatString String SubjectNameFormat = Custom で使用するカスタム形式。 例: CN={{EmailAddress}},E={{EmailAddress}},OU=Enterprise Users,O=Contoso Corporation,L=Redmond,ST=WA,C=US

リレーションシップ

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

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.windows10XSCEPCertificateProfile",
  "id": "String (identifier)",
  "version": 1024,
  "displayName": "String",
  "description": "String",
  "creationDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)",
  "roleScopeTagIds": [
    "String"
  ],
  "certificateStore": "String",
  "certificateValidityPeriodScale": "String",
  "certificateValidityPeriodValue": 1024,
  "extendedKeyUsages": [
    {
      "@odata.type": "microsoft.graph.extendedKeyUsage",
      "name": "String",
      "objectIdentifier": "String"
    }
  ],
  "hashAlgorithm": [
    "String"
  ],
  "keySize": "String",
  "keyStorageProvider": "String",
  "keyUsage": "String",
  "renewalThresholdPercentage": 1024,
  "rootCertificateId": "Guid",
  "scepServerUrls": [
    "String"
  ],
  "subjectAlternativeNameFormats": [
    {
      "@odata.type": "microsoft.graph.windows10XCustomSubjectAlternativeName",
      "sanType": "String",
      "name": "String"
    }
  ],
  "subjectNameFormatString": "String"
}