次の方法で共有


platformCredentialAuthenticationMethod リソースの種類

名前空間: microsoft.graph

Mac OS 上のユーザーに登録されているプラットフォーム資格情報インスタンスを表します。 プラットフォーム資格情報は、Mac OS デバイスのサインイン認証方法です。

この派生型は 、authenticationMethod リソースの種類から継承されます。

メソッド

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

プロパティ

プロパティ 説明
createdDateTime DateTimeOffset このプラットフォーム資格情報キーが登録された日時。
displayName String プラットフォーム資格情報が登録されているデバイスの名前。
id String この認証方法の一意の識別子。 authenticationMethod から継承
keyStrength authenticationMethodKeyStrength このプラットフォーム資格情報キーのキー強度。 可能な値は normalweakunknown です。
platform authenticationMethodPlatform このプラットフォーム資格情報キーが存在するプラットフォーム。 使用可能な値は、 unknownwindowsmacOSiOSandroidlinuxです。

リレーションシップ

リレーションシップ 説明
デバイス device このプラットフォーム資格情報が存在する登録済みデバイス。 $expand をサポートします。

ユーザーのプラットフォーム資格情報の登録情報を取得すると、このプロパティは 1 つの GET でのみ、 ?$expandを指定した場合にのみ返されます。 たとえば、GET /users/admin@contoso.com/authentication/platformCredentialAuthenticationMethod/_jpuR-TGZtk6aQCLF3BQjA2?$expand=device

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.platformCredentialAuthenticationMethod",
  "id": "String (Identifier)",
  "displayName": "String",
  "createdDateTime": "String (timestamp)",
  "keyStrength": {"@odata.type": "microsoft.graph.authenticationMethodKeyStrength"},
  "platform": {"@odata.type": "microsoft.graph.authenticationMethodPlatform"}
}