androidDeviceOwnerGeneralDeviceConfiguration を取得する
名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
androidDeviceOwnerGeneralDeviceConfiguration オブジェクトのプロパティとリレーションシップを読み取ります。
この API は、次の国内クラウド展開で使用できます。
グローバル サービス | 米国政府機関 L4 | 米国政府機関 L5 (DOD) | 21Vianet が運営する中国 |
---|---|---|---|
✅ | ✅ | ✅ | ✅ |
アクセス許可
この API を呼び出すには、次のいずれかのアクセス許可が必要です。 アクセス許可の選択方法などの詳細については、「アクセス許可」を参照してください。
アクセス許可の種類 | アクセス許可 (特権の小さいものから大きいものへ) |
---|---|
委任 (職場または学校のアカウント) | DeviceManagementConfiguration.Read.All、DeviceManagementConfiguration.ReadWrite.All |
委任 (個人用 Microsoft アカウント) | サポートされていません。 |
アプリケーション | DeviceManagementConfiguration.Read.All、DeviceManagementConfiguration.ReadWrite.All |
HTTP 要求
GET /deviceManagement/deviceConfigurations/{deviceConfigurationId}
GET /deviceManagement/deviceConfigurations/{deviceConfigurationId}/groupAssignments/{deviceConfigurationGroupAssignmentId}/deviceConfiguration
GET /deviceManagement/deviceConfigurations/{deviceConfigurationId}/microsoft.graph.windowsDomainJoinConfiguration/networkAccessConfigurations/{deviceConfigurationId}
オプションのクエリ パラメーター
このメソッドは、応答をカスタマイズするための OData クエリ パラメーターをサポートします。
要求ヘッダー
ヘッダー | 値 |
---|---|
Authorization | ベアラー {token}。 必須です。 認証と認可についての詳細をご覧ください。 |
承諾 | application/json |
要求本文
このメソッドには、要求本文を指定しません。
応答
成功した場合、このメソッドは応答コード 200 OK
と androidDeviceOwnerGeneralDeviceConfiguration オブジェクトを応答本文に返します。
例
要求
以下は、要求の例です。
GET https://graph.microsoft.com/beta/deviceManagement/deviceConfigurations/{deviceConfigurationId}
応答
以下は、応答の例です。 注: 簡潔にするために、ここに示す応答オブジェクトは切り詰められている場合があります。 実際の呼び出しではすべてのプロパティが返されます。
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 11470
{
"value": {
"@odata.type": "#microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration",
"id": "edad943d-943d-edad-3d94-aded3d94aded",
"lastModifiedDateTime": "2017-01-01T00:00:35.1329464-08:00",
"roleScopeTagIds": [
"Role Scope Tag Ids value"
],
"supportsScopeTags": true,
"deviceManagementApplicabilityRuleOsEdition": {
"@odata.type": "microsoft.graph.deviceManagementApplicabilityRuleOsEdition",
"osEditionTypes": [
"windows10EnterpriseN"
],
"name": "Name value",
"ruleType": "exclude"
},
"deviceManagementApplicabilityRuleOsVersion": {
"@odata.type": "microsoft.graph.deviceManagementApplicabilityRuleOsVersion",
"minOSVersion": "Min OSVersion value",
"maxOSVersion": "Max OSVersion value",
"name": "Name value",
"ruleType": "exclude"
},
"deviceManagementApplicabilityRuleDeviceMode": {
"@odata.type": "microsoft.graph.deviceManagementApplicabilityRuleDeviceMode",
"deviceMode": "sModeConfiguration",
"name": "Name value",
"ruleType": "exclude"
},
"createdDateTime": "2017-01-01T00:02:43.5775965-08:00",
"description": "Description value",
"displayName": "Display Name value",
"version": 7,
"azureAdSharedDeviceDataClearApps": [
{
"@odata.type": "microsoft.graph.appListItem",
"name": "Name value",
"publisher": "Publisher value",
"appStoreUrl": "https://example.com/appStoreUrl/",
"appId": "App Id value"
}
],
"accountsBlockModification": true,
"appsAllowInstallFromUnknownSources": true,
"appsAutoUpdatePolicy": "userChoice",
"appsDefaultPermissionPolicy": "prompt",
"appsRecommendSkippingFirstUseHints": true,
"bluetoothBlockConfiguration": true,
"bluetoothBlockContactSharing": true,
"cameraBlocked": true,
"cellularBlockWiFiTethering": true,
"certificateCredentialConfigurationDisabled": true,
"crossProfilePoliciesAllowCopyPaste": true,
"crossProfilePoliciesAllowDataSharing": "crossProfileDataSharingBlocked",
"crossProfilePoliciesShowWorkContactsInPersonalProfile": true,
"microsoftLauncherConfigurationEnabled": true,
"microsoftLauncherCustomWallpaperEnabled": true,
"microsoftLauncherCustomWallpaperImageUrl": "https://example.com/microsoftLauncherCustomWallpaperImageUrl/",
"microsoftLauncherCustomWallpaperAllowUserModification": true,
"microsoftLauncherFeedEnabled": true,
"microsoftLauncherFeedAllowUserModification": true,
"microsoftLauncherDockPresenceConfiguration": "show",
"microsoftLauncherDockPresenceAllowUserModification": true,
"microsoftLauncherSearchBarPlacementConfiguration": "top",
"enrollmentProfile": "dedicatedDevice",
"dataRoamingBlocked": true,
"dateTimeConfigurationBlocked": true,
"detailedHelpText": {
"@odata.type": "microsoft.graph.androidDeviceOwnerUserFacingMessage",
"localizedMessages": [
{
"@odata.type": "microsoft.graph.keyValuePair",
"name": "Name value",
"value": "Value value"
}
],
"defaultMessage": "Default Message value"
},
"deviceOwnerLockScreenMessage": {
"@odata.type": "microsoft.graph.androidDeviceOwnerUserFacingMessage",
"localizedMessages": [
{
"@odata.type": "microsoft.graph.keyValuePair",
"name": "Name value",
"value": "Value value"
}
],
"defaultMessage": "Default Message value"
},
"securityCommonCriteriaModeEnabled": true,
"factoryResetDeviceAdministratorEmails": [
"Factory Reset Device Administrator Emails value"
],
"factoryResetBlocked": true,
"globalProxy": {
"@odata.type": "microsoft.graph.androidDeviceOwnerGlobalProxyAutoConfig",
"proxyAutoConfigURL": "Proxy Auto Config URL value"
},
"googleAccountsBlocked": true,
"kioskCustomizationDeviceSettingsBlocked": true,
"kioskCustomizationPowerButtonActionsBlocked": true,
"kioskCustomizationStatusBar": "notificationsAndSystemInfoEnabled",
"kioskCustomizationSystemErrorWarnings": true,
"kioskCustomizationSystemNavigation": "navigationEnabled",
"kioskModeScreenSaverConfigurationEnabled": true,
"kioskModeScreenSaverImageUrl": "https://example.com/kioskModeScreenSaverImageUrl/",
"kioskModeScreenSaverDisplayTimeInSeconds": 8,
"kioskModeScreenSaverStartDelayInSeconds": 7,
"kioskModeScreenSaverDetectMediaDisabled": true,
"kioskModeApps": [
{
"@odata.type": "microsoft.graph.appListItem",
"name": "Name value",
"publisher": "Publisher value",
"appStoreUrl": "https://example.com/appStoreUrl/",
"appId": "App Id value"
}
],
"kioskModeWallpaperUrl": "https://example.com/kioskModeWallpaperUrl/",
"kioskModeExitCode": "Kiosk Mode Exit Code value",
"kioskModeVirtualHomeButtonEnabled": true,
"kioskModeVirtualHomeButtonType": "swipeUp",
"kioskModeBluetoothConfigurationEnabled": true,
"kioskModeWiFiConfigurationEnabled": true,
"kioskModeFlashlightConfigurationEnabled": true,
"kioskModeMediaVolumeConfigurationEnabled": true,
"kioskModeShowDeviceInfo": true,
"kioskModeManagedSettingsEntryDisabled": true,
"kioskModeDebugMenuEasyAccessEnabled": true,
"kioskModeShowAppNotificationBadge": true,
"kioskModeScreenOrientation": "portrait",
"kioskModeIconSize": "smallest",
"kioskModeFolderIcon": "darkSquare",
"kioskModeWifiAllowedSsids": [
"Kiosk Mode Wifi Allowed Ssids value"
],
"kioskModeAppOrderEnabled": true,
"kioskModeAppsInFolderOrderedByName": true,
"kioskModeGridHeight": 3,
"kioskModeGridWidth": 2,
"kioskModeLockHomeScreen": true,
"kioskModeManagedFolders": [
{
"@odata.type": "microsoft.graph.androidDeviceOwnerKioskModeManagedFolder",
"folderName": "Folder Name value",
"folderIdentifier": "Folder Identifier value",
"items": [
{
"@odata.type": "microsoft.graph.androidDeviceOwnerKioskModeWeblink",
"label": "Label value",
"link": "Link value"
}
]
}
],
"kioskModeAppPositions": [
{
"@odata.type": "microsoft.graph.androidDeviceOwnerKioskModeAppPositionItem",
"position": 8,
"item": {
"@odata.type": "microsoft.graph.androidDeviceOwnerKioskModeWeblink",
"label": "Label value",
"link": "Link value"
}
}
],
"kioskModeManagedHomeScreenAutoSignout": true,
"kioskModeManagedHomeScreenInactiveSignOutDelayInSeconds": 7,
"kioskModeManagedHomeScreenInactiveSignOutNoticeInSeconds": 8,
"kioskModeManagedHomeScreenPinComplexity": "simple",
"kioskModeManagedHomeScreenPinRequired": true,
"kioskModeManagedHomeScreenPinRequiredToResume": true,
"kioskModeManagedHomeScreenSignInBackground": "Kiosk Mode Managed Home Screen Sign In Background value",
"kioskModeManagedHomeScreenSignInBrandingLogo": "Kiosk Mode Managed Home Screen Sign In Branding Logo value",
"kioskModeManagedHomeScreenSignInEnabled": true,
"kioskModeUseManagedHomeScreenApp": "singleAppMode",
"microphoneForceMute": true,
"networkEscapeHatchAllowed": true,
"nfcBlockOutgoingBeam": true,
"passwordBlockKeyguard": true,
"passwordBlockKeyguardFeatures": [
"camera"
],
"passwordExpirationDays": 6,
"passwordMinimumLength": 5,
"passwordMinimumLetterCharacters": 15,
"passwordMinimumLowerCaseCharacters": 2,
"passwordMinimumNonLetterCharacters": 2,
"passwordMinimumNumericCharacters": 0,
"passwordMinimumSymbolCharacters": 15,
"passwordMinimumUpperCaseCharacters": 2,
"passwordMinutesOfInactivityBeforeScreenTimeout": 14,
"passwordPreviousPasswordCountToBlock": 4,
"passwordRequiredType": "required",
"passwordRequireUnlock": "daily",
"passwordSignInFailureCountBeforeFactoryReset": 12,
"playStoreMode": "allowList",
"screenCaptureBlocked": true,
"securityDeveloperSettingsEnabled": true,
"securityRequireVerifyApps": true,
"shortHelpText": {
"@odata.type": "microsoft.graph.androidDeviceOwnerUserFacingMessage",
"localizedMessages": [
{
"@odata.type": "microsoft.graph.keyValuePair",
"name": "Name value",
"value": "Value value"
}
],
"defaultMessage": "Default Message value"
},
"statusBarBlocked": true,
"stayOnModes": [
"ac"
],
"storageAllowUsb": true,
"storageBlockExternalMedia": true,
"storageBlockUsbFileTransfer": true,
"systemUpdateFreezePeriods": [
{
"@odata.type": "microsoft.graph.androidDeviceOwnerSystemUpdateFreezePeriod",
"startMonth": 10,
"startDay": 8,
"endMonth": 8,
"endDay": 6
}
],
"systemUpdateWindowStartMinutesAfterMidnight": 11,
"systemUpdateWindowEndMinutesAfterMidnight": 9,
"systemUpdateInstallType": "postpone",
"systemWindowsBlocked": true,
"usersBlockAdd": true,
"usersBlockRemove": true,
"volumeBlockAdjustment": true,
"vpnAlwaysOnLockdownMode": true,
"vpnAlwaysOnPackageIdentifier": "Vpn Always On Package Identifier value",
"wifiBlockEditConfigurations": true,
"wifiBlockEditPolicyDefinedConfigurations": true,
"personalProfileAppsAllowInstallFromUnknownSources": true,
"personalProfileCameraBlocked": true,
"personalProfileScreenCaptureBlocked": true,
"personalProfilePlayStoreMode": "blockedApps",
"personalProfilePersonalApplications": [
{
"@odata.type": "microsoft.graph.appListItem",
"name": "Name value",
"publisher": "Publisher value",
"appStoreUrl": "https://example.com/appStoreUrl/",
"appId": "App Id value"
}
],
"workProfilePasswordExpirationDays": 1,
"workProfilePasswordMinimumLength": 0,
"workProfilePasswordMinimumNumericCharacters": 11,
"workProfilePasswordMinimumNonLetterCharacters": 13,
"workProfilePasswordMinimumLetterCharacters": 10,
"workProfilePasswordMinimumLowerCaseCharacters": 13,
"workProfilePasswordMinimumUpperCaseCharacters": 13,
"workProfilePasswordMinimumSymbolCharacters": 10,
"workProfilePasswordPreviousPasswordCountToBlock": 15,
"workProfilePasswordSignInFailureCountBeforeFactoryReset": 7,
"workProfilePasswordRequiredType": "required",
"workProfilePasswordRequireUnlock": "daily",
"locateDeviceUserlessDisabled": true,
"locateDeviceLostModeEnabled": true,
"androidDeviceOwnerDelegatedScopeAppSettings": [
{
"@odata.type": "microsoft.graph.androidDeviceOwnerDelegatedScopeAppSetting",
"appDetail": {
"@odata.type": "microsoft.graph.appListItem",
"name": "Name value",
"publisher": "Publisher value",
"appStoreUrl": "https://example.com/appStoreUrl/",
"appId": "App Id value"
},
"appScopes": [
"certificateInstall"
]
}
],
"shareDeviceLocationDisabled": true,
"deviceLocationMode": "disabled"
}
}