windows10ImportedPFXCertificateProfile リソースの種類

名前空間: microsoft.graph

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

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

Windows 10 デスクトップとモバイル PFX の証明書プロファイルのインポート

windowsCertificateProfileBase から継承します

メソッド

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

プロパティ

プロパティ 説明
id String エンティティのキー。 deviceConfiguration から継承します
lastModifiedDateTime DateTimeOffset オブジェクトの最終更新の DateTime。 deviceConfiguration から継承します
roleScopeTagIds String collection このエンティティ インスタンスのスコープ タグの一覧。 deviceConfiguration から継承します
supportsScopeTags ブール型 基になるデバイス構成がスコープ タグの割り当てをサポートするかどうかを示します。 ScopeTags プロパティへの割り当ては、この値が false であり、スコープ付きユーザーにエンティティが表示されない場合は許可されません。 これは Silverlight で作成されたレガシ ポリシーに対して発生し、Azure Portal でポリシーを削除して再作成することで解決できます。 このプロパティは読み取り専用です。 deviceConfiguration から継承します
deviceManagementApplicabilityRuleOsEdition deviceManagementApplicabilityRuleOsEdition このポリシーの OS エディションの適用性。 deviceConfiguration から継承します
deviceManagementApplicabilityRuleOsVersion deviceManagementApplicabilityRuleOsVersion このポリシーの OS バージョンの適用規則。 deviceConfiguration から継承します
deviceManagementApplicabilityRuleDeviceMode deviceManagementApplicabilityRuleDeviceMode このポリシーのデバイス モードの適用規則。 deviceConfiguration から継承します
createdDateTime DateTimeOffset オブジェクトが作成された DateTime。 deviceConfiguration から継承します
description String 管理者が指定した、デバイス構成についての説明。 deviceConfiguration から継承します
displayName String 管理者が指定した、デバイス構成の名前。 deviceConfiguration から継承します
version Int32 デバイス構成のバージョン。 deviceConfiguration から継承します
renewalThresholdPercentage Int32 証明書の更新しきい値の割合。 有効な値 1 から 99 windowsCertificateProfileBase から継承
keyStorageProvider keyStorageProviderOption WindowsCertificateProfileBase から継承されたキー ストレージ プロバイダー (KSP)。 使用可能な値: useTpmKspOtherwiseUseSoftwareKspuseTpmKspOtherwiseFailusePassportForWorkKspOtherwiseFailuseSoftwareKsp
subjectNameFormat subjectNameFormat WindowsCertificateProfileBase から継承された証明書サブジェクト名の形式。 可能な値は、commonNamecommonNameIncludingEmailcommonNameAsEmailcustomcommonNameAsIMEIcommonNameAsSerialNumbercommonNameAsAadDeviceIdcommonNameAsIntuneDeviceIdcommonNameAsDurableDeviceId です。
subjectAlternativeNameType subjectAlternativeNameType WindowsCertificateProfileBase から継承された証明書サブジェクトの別名の種類。 使用可能な値: noneemailAddressuserPrincipalNamecustomAzureADAttributedomainNameServiceuniversalResourceIdentifier
certificateValidityPeriodValue Int32 windowsCertificateProfileBase から継承された証明書の有効期間の値
certificateValidityPeriodScale certificateValidityPeriodScale windowsCertificateProfileBase から継承された証明書の有効期間のスケール。 可能な値は daysmonthsyears です。
intendedPurpose intendedPurpose 証明書プロファイルの目的 - 割り当て解除、SmimeEncryption、SmimeSigning などです。使用可能な値は、 unassigned、、 smimeEncryptionsmimeSigningvpnです wifi

リレーションシップ

リレーションシップ 説明
groupAssignments deviceConfigurationGroupAssignment コレクション デバイスの構成プロファイルのグループ割り当てのリストです。 deviceConfiguration から継承します
assignments deviceConfigurationAssignment コレクション デバイスの構成プロファイルの割り当てのリスト。 deviceConfiguration から継承します
deviceStatuses deviceConfigurationDeviceStatus コレクション デバイスごとのデバイス構成のインストール状況。 deviceConfiguration から継承します
userStatuses deviceConfigurationUserStatus コレクション ユーザー別のデバイス構成のインストール状態。 deviceConfiguration から継承します
deviceStatusOverview deviceConfigurationDeviceOverview デバイス構成のデバイス状態の概要 (deviceConfiguration から継承)
userStatusOverview deviceConfigurationUserOverview デバイス構成のユーザー状態の概要 (deviceConfiguration から継承)
deviceSettingStateSummaries settingStateDeviceSummary コレクション デバイス構成設定状態のデバイスの要約 (deviceConfiguration から継承)
managedDeviceCertificateStates managedDeviceCertificateState コレクション デバイスの証明書の状態。 このコレクションには、最大2147483647要素を含めることができます。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.windows10ImportedPFXCertificateProfile",
  "id": "String (identifier)",
  "lastModifiedDateTime": "String (timestamp)",
  "roleScopeTagIds": [
    "String"
  ],
  "supportsScopeTags": true,
  "deviceManagementApplicabilityRuleOsEdition": {
    "@odata.type": "microsoft.graph.deviceManagementApplicabilityRuleOsEdition",
    "osEditionTypes": [
      "String"
    ],
    "name": "String",
    "ruleType": "String"
  },
  "deviceManagementApplicabilityRuleOsVersion": {
    "@odata.type": "microsoft.graph.deviceManagementApplicabilityRuleOsVersion",
    "minOSVersion": "String",
    "maxOSVersion": "String",
    "name": "String",
    "ruleType": "String"
  },
  "deviceManagementApplicabilityRuleDeviceMode": {
    "@odata.type": "microsoft.graph.deviceManagementApplicabilityRuleDeviceMode",
    "deviceMode": "String",
    "name": "String",
    "ruleType": "String"
  },
  "createdDateTime": "String (timestamp)",
  "description": "String",
  "displayName": "String",
  "version": 1024,
  "renewalThresholdPercentage": 1024,
  "keyStorageProvider": "String",
  "subjectNameFormat": "String",
  "subjectAlternativeNameType": "String",
  "certificateValidityPeriodValue": 1024,
  "certificateValidityPeriodScale": "String",
  "intendedPurpose": "String"
}