profileCardProperty リソースの種類

重要

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

共有されたユーザー エクスペリエンスで表示される組織の Microsoft 365 プロファイル カードのユーザーの属性を表します。

この属性には、Azure Active Directory (Azure AD) の組み込み属性 (またはカスタム属性など) Alias UserPrincipalName を指定できます。 カスタム属性の場合、管理者は既定の表示名文字列と、組織でサポートする言語の代替翻訳のセット en-us を定義できます。

組織のプロファイル カードにプロパティを追加する方法の詳細については、「プロファイル カードを カスタマイズする」を参照してください

メソッド

メソッド 戻り値の型 説明
リスト profileCardProperty 組織の profileCardProperty リソースのコレクションを取得します。
Create profileCardProperty 組織の 新しい profileCardProperty リソースを作成します。
取得 profileCardProperty profileCardProperty リソースのプロパティとリレーションシップを読み取り、特定のフィールドの Microsoft 365 組織に存在するプロファイル カードのカスタマイズを含む。
更新する profileCardProperty profileCardProperty オブジェクトを更新 します。
Delete なし profileCardProperty オブジェクトを削除 します。

プロパティ

プロパティ 説明
annotations profileCardAnnotation コレクション 管理者は、ディレクトリ プロパティのカスタム表示ラベルを設定し、テナント内のユーザー用にローカライズできます。
directoryPropertyName String 取得、更新 、または削除操作で profileCardPropertyリソースを識別します。 管理者が非表示の Azure Active Directory (Azure AD) プロパティをテナント内の Microsoft 365 プロファイル カードに表示できます。 指定すると、このフィールドで参照AD Azure AD フィールドは、プロファイル カードの連絡先ウィンドウでテナント内のすべてのユーザーに表示されます。 このフィールドに使用できる値は、次のとおりです。 UserPrincipalName Fax StreetAddress PostalCode StateOrProvince Alias CustomAttribute1 CustomAttribute2 CustomAttribute3 CustomAttribute4 CustomAttribute5 CustomAttribute6 CustomAttribute7 CustomAttribute8 CustomAttribute9 CustomAttribute10 CustomAttribute11 CustomAttribute12 CustomAttribute13 CustomAttribute14 CustomAttribute15

関係

なし。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "annotations": [
    {
      "displayName": "String",
      "localizations": [
        {
          "languageTag": "String",
          "displayName": "String"
        }
      ]
    }
  ],
  "directoryPropertyName": "String"
}