androidDeviceOwnerEnrollmentProfile リソースの種類

名前空間: microsoft.graph

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

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

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

メソッド

メソッド 戻り値の型 説明
androidDeviceOwnerEnrollmentProfiles の一覧 androidDeviceOwnerEnrollmentProfile コレクション androidDeviceOwnerEnrollmentProfile オブジェクトのプロパティとリレーションシップを一覧表示します。
AndroidDeviceOwnerEnrollmentProfile を取得する androidDeviceOwnerEnrollmentProfile androidDeviceOwnerEnrollmentProfile オブジェクトのプロパティとリレーションシップを読み取る。
AndroidDeviceOwnerEnrollmentProfile を作成する androidDeviceOwnerEnrollmentProfile 新しい androidDeviceOwnerEnrollmentProfile オブジェクトを作成 します。
androidDeviceOwnerEnrollmentProfile を削除する なし androidDeviceOwnerEnrollmentProfile を削除します
androidDeviceOwnerEnrollmentProfile を更新する androidDeviceOwnerEnrollmentProfile androidDeviceOwnerEnrollmentProfile オブジェクトのプロパティを更新します。
revokeToken action なし まだ文書化されていません
createToken action なし まだ文書化されていません

プロパティ

プロパティ 種類 説明
accountId String 登録プロファイルが属するテナント GUID。
id String 登録プロファイルの一意の GUID。
displayName String 登録プロファイルの表示名。
description String 登録プロファイルの説明。
enrollmentMode androidDeviceOwnerEnrollmentMode この登録プロファイルを使用するデバイスの登録モード。 可能な値は、corporateOwnedDedicatedDevicecorporateOwnedFullyManagedcorporateOwnedWorkProfilecorporateOwnedAOSPUserlessDevicecorporateOwnedAOSPUserAssociatedDevice です。
enrollmentTokenType androidDeviceOwnerEnrollmentTokenType 登録プロファイルの登録トークンの種類。 可能な値は、defaultcorporateOwnedDedicatedDeviceWithAzureADSharedMode です。
createdDateTime DateTimeOffset 登録プロファイルが作成された日時。
lastModifiedDateTime DateTimeOffset 登録プロファイルが最後に変更された日時。
tokenValue String この登録プロファイル用に最後に作成されたトークンの値。
tokenCreationDateTime DateTimeOffset 最も最近作成されたトークンが作成された日付。
tokenExpirationDateTime DateTimeOffset 最後に作成されたトークンの有効期限が切れる日時。
enrolledDeviceCount Int32 この登録プロファイルを使用して登録した Android デバイスの合計数。
enrollmentTokenUsageCount Int32 現在のトークンを使用して登録した AOSP デバイスの総数。
qrCodeContent String トークンの QR コードを生成するために使用する文字列。
qrCodeImage mimeContent トークンの QR コードを生成するために使用する文字列。
roleScopeTagIds String コレクション この Entity インスタンスのスコープ タグの一覧。
wifiSsid String wi-fi ログイン ssid を含む文字列
wifiPassword String wi-fi ログイン パスワードを含む文字列
wifiSecurityType aospWifiSecurityType Wi-Fi セキュリティの種類を含む文字列。 可能な値は nonewpawep です。
wifiHidden ブール型 非表示の WiFi ネットワークが有効かどうかを示すブール型 (Boolean)

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.androidDeviceOwnerEnrollmentProfile",
  "accountId": "String",
  "id": "String (identifier)",
  "displayName": "String",
  "description": "String",
  "enrollmentMode": "String",
  "enrollmentTokenType": "String",
  "createdDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)",
  "tokenValue": "String",
  "tokenCreationDateTime": "String (timestamp)",
  "tokenExpirationDateTime": "String (timestamp)",
  "enrolledDeviceCount": 1024,
  "enrollmentTokenUsageCount": 1024,
  "qrCodeContent": "String",
  "qrCodeImage": {
    "@odata.type": "microsoft.graph.mimeContent",
    "type": "String",
    "value": "binary"
  },
  "roleScopeTagIds": [
    "String"
  ],
  "wifiSsid": "String",
  "wifiPassword": "String",
  "wifiSecurityType": "String",
  "wifiHidden": true
}