androidForWorkEnrollmentProfile リソース タイプ

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。

注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。

Google のクラウド管理を使用して COSU デバイスを登録するために使われる登録プロファイルです。

メソッド

メソッド 戻り値の型 説明
List androidForWorkEnrollmentProfiles androidForWorkEnrollmentProfile コレクション androidForWorkEnrollmentProfile オブジェクトのプロパティとリレーションシップをリストします。
Get androidForWorkEnrollmentProfile androidForWorkEnrollmentProfile androidForWorkEnrollmentProfile オブジェクトのプロパティとリレーションシップを読み取ります。
Create androidForWorkEnrollmentProfile androidForWorkEnrollmentProfile 新しい androidForWorkEnrollmentProfile オブジェクトを作成します。
Delete androidForWorkEnrollmentProfile なし androidForWorkEnrollmentProfile を削除します。
Update androidForWorkEnrollmentProfile androidForWorkEnrollmentProfile androidForWorkEnrollmentProfile オブジェクトのプロパティを更新します。
revokeToken action なし
createToken action なし

プロパティ

プロパティ 説明
accountId String 登録プロファイルが属するテナント GUID。
id String 登録プロファイルの一意の GUID。
displayName String 登録プロファイルの表示名。
description String 登録プロファイルの説明。
createdDateTime DateTimeOffset 登録プロファイルが作成された日時。
lastModifiedDateTime DateTimeOffset 登録プロファイルが最後に変更された日時。
tokenValue String この登録プロファイル用に最後に作成されたトークンの値。
tokenExpirationDateTime DateTimeOffset 最後に作成されたトークンの有効期限が切れる日時。
enrolledDeviceCount Int32 この登録プロファイルを使用して登録した Android デバイスの合計数。
qrCodeContent String トークンの QR コードを生成するために使用する文字列。
qrCodeImage mimeContent トークンの QR コードを生成するために使用する文字列。

リレーションシップ

なし

JSON 表記

以下は、リソースの JSON 表記です。

{
  "@odata.type": "#microsoft.graph.androidForWorkEnrollmentProfile",
  "accountId": "String",
  "id": "String (identifier)",
  "displayName": "String",
  "description": "String",
  "createdDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)",
  "tokenValue": "String",
  "tokenExpirationDateTime": "String (timestamp)",
  "enrolledDeviceCount": 1024,
  "qrCodeContent": "String",
  "qrCodeImage": {
    "@odata.type": "microsoft.graph.mimeContent",
    "type": "String",
    "value": "binary"
  }
}