managedAppProtectionPolicySetItem リソースの種類

名前空間: microsoft.graph

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

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

マネージド アプリ保護 PolicySetItem に使用されるプロパティを含むクラス。

policySetItem から継承します

メソッド

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

プロパティ

プロパティ 説明
id String PolicySetItem のキー。 policySetItem から継承
createdDateTime DateTimeOffset PolicySetItem の作成時刻。 policySetItem から継承
lastModifiedDateTime DateTimeOffset PolicySetItem の最終変更時刻。 policySetItem から継承
payloadId String PolicySetItem の PayloadId。 policySetItem から継承
Itemtype String PolicySetItem の policySetType。 policySetItem から継承
displayName String PolicySetItem の DisplayName。 policySetItem から継承
status policySetStatus PolicySetItem の状態。 policySetItem から継承されます。 使用可能な値: unknownvalidatingpartialSuccesssuccesserrornotAssigned
errorCode errorCode 発生した場合のエラー コード。 policySetItem から継承されます。 使用可能な値は、noErrorunauthorizednotFounddeleted です。
guidedDeploymentTags String collection policySetItem から継承されたガイド付きデプロイのタグ
targetedAppManagementLevels String ManagedAppPolicySetItem の TargetedAppManagementLevels。

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.managedAppProtectionPolicySetItem",
  "id": "String (identifier)",
  "createdDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)",
  "payloadId": "String",
  "itemType": "String",
  "displayName": "String",
  "status": "String",
  "errorCode": "String",
  "guidedDeploymentTags": [
    "String"
  ],
  "targetedAppManagementLevels": "String"
}