次の方法で共有


retentionEventType リソースの種類

名前空間: microsoft.graph.security

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

同じ種類の保持イベントの 1 つのグループを表します。

保持イベントが作成されると、保持ラベルに関連付けられる特定のイベントの種類に関連付けられます。 その保持ラベルが適用されたコンテンツのみが、指定された保持期間に保持されます。 詳細については、「 イベントが発生したときにリテンション期間を開始する」を参照してください。

メソッド

メソッド 戻り値の種類 説明
List microsoft.graph.security.retentionEventType コレクション retentionEventType オブジェクトとそのプロパティの一覧を取得します。
Create microsoft.graph.security.retentionEventType 新しい retentionEventType オブジェクトを作成します。
Get microsoft.graph.security.retentionEventType retentionEventType オブジェクトのプロパティとリレーションシップを読み取ります。
Update microsoft.graph.security.retentionEventType retentionEventType オブジェクトのプロパティを更新します。
Delete なし retentionEventType オブジェクトを削除します。

プロパティ

プロパティ 説明
createdBy microsoft.graph.identitySet retentionEventType を作成したユーザー。
createdDateTime DateTimeOffset retentionEventType が作成された日時。
説明 String イベントの種類に関する省略可能な情報。
displayName String イベントの種類の名前。
id String retentionEventType を作成したユーザーの一意の ID を表します。 エンティティ
lastModifiedBy microsoft.graph.identitySet retentionEventType を最後に変更したユーザー。
lastModifiedDateTime DateTimeOffset retentionEventType が変更された最新の日付時刻。

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.security.retentionEventType",
  "id": "String (identifier)",
  "displayName": "String",
  "description": "String",
  "createdBy": {
    "@odata.type": "microsoft.graph.identitySet"
  },
  "createdDateTime": "String (timestamp)",
  "lastModifiedBy": {
    "@odata.type": "microsoft.graph.identitySet"
  },
  "lastModifiedDateTime": "String (timestamp)"
}