verifiableCredentialAuthenticationMethodTarget リソースの種類

名前空間: microsoft.graph

識別に検証可能な資格情報を使用できるグループのコレクション。

authenticationMethodTarget から継承します。

プロパティ

プロパティ 説明
id 文字列 Microsoft Entraユーザーまたはグループのオブジェクト識別子。 エンティティから継承 されます。
isRegistrationRequired ブール型 ユーザーが認証方法を登録する必要があるかどうかを示します。 authenticationMethodTarget から継承されます。
Targettype authenticationMethodTargetType 認証方法の種類。 authenticationMethodTarget から継承されます。 使用可能な値: usergroupunknownFutureValue
verifiedIdProfiles Guid コレクション Verified IDプロファイル ID のコレクション。 プロファイルは、サインイン、オンボード、または回復時に ID を証明するためにユーザーが提示できる資格情報を定義します。 Verified ID プロファイルは、Verified ID API を介して管理されます。

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.verifiableCredentialAuthenticationMethodTarget",
  "id": "String (identifier)",
  "targetType": "String",
  "isRegistrationRequired": "Boolean",
  "verifiedIdProfiles": [
    "Guid"
  ]
}