次の方法で共有


authorityTemplate リソースの種類

名前空間: microsoft.graph.security

重要

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

保持するコンテンツの種類とその保持スケジュールを記述する基になる権限を指定します。 retentionLabelfilePlanAuthority 記述子を適用および管理するための CRUD 操作をサポートします。 機関ファイル 計画記述子は、Microsoft 365 コンテンツの管理容易性と組織を向上させるために保持ラベルを補完します。

microsoft.graph.security.filePlanDescriptorTemplate から継承します。

メソッド

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

プロパティ

プロパティ 説明
createdBy microsoft.graph.identitySet 権限記述子を作成したユーザーを表します。 microsoft.graph.security.filePlanDescriptorTemplate から継承されます。 読み取り専用です。
createdDateTime DateTimeOffset 権限記述子が作成される日時を表します。 microsoft.graph.security.filePlanDescriptorTemplate から継承されます。 読み取り専用です。
displayName String 権限名を定義する一意の文字列。 microsoft.graph.security.filePlanDescriptorTemplate から継承されます。
id String 機関の一意の ID。 microsoft.graph.entity から継承されます。 読み取り専用です。

リレーションシップ

なし。

JSON 表記

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

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