Windows10XSCEPCertificateProfile リソースの種類

名前空間: microsoft.graph

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

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

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

継承元 Windows10XCertificateProfile

メソッド

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

プロパティ

プロパティ 説明
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 から継承されたデバイス構成プロファイルの適用性ルールの一覧
certificateStore certificateStore ターゲット ストア証明書。 可能な値は、usermachine です。
certificateValidityPeriodScale certificateValidityPeriodScale 証明書の有効期間をスケーリングします。 可能な値は daysmonthsyears です。
certificateValidityPeriodValue Int32 証明書の有効期間の値
extendedKeyUsages extendedKeyUsage コレクション 拡張キー使用法 (EKU) の設定。
hashAlgorithm hashAlgorithms コレクション SCEP ハッシュ アルゴリズム。
keySize keySize SCEP キー サイズ。 可能な値は size1024size2048size4096 です。
keyStorageProvider keyStorageProviderOption キー格納プロバイダー (KSP)。 使用可能な値: useTpmKspOtherwiseUseSoftwareKspuseTpmKspOtherwiseFailusePassportForWorkKspOtherwiseFailuseSoftwareKsp
keyUsage keyUsages SCEP キーの使用法。 可能な値は、keyEnciphermentdigitalSignature です。
renewalThresholdPercentage Int32 証明書更新しきい値の割合
rootCertificateId Guid 信頼されたルート証明書 ID
scepServerUrls String collection SCEP サーバー URL。
subjectAlternativeNameFormats windows10XCustomSubjectAlternativeName コレクション カスタム AAD 属性。
subjectNameFormatString 文字列 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"
  ],
  "serverApplicabilityRules": [
    {
      "@odata.type": "microsoft.graph.applicabilityRule",
      "filterType": "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"
}