windowsPhone81GeneralConfiguration resource type
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
This topic provides descriptions of the declared methods, properties and relationships exposed by the windowsPhone81GeneralConfiguration resource.
Inherits from deviceConfiguration
Methods
Method | Return Type | Description |
---|---|---|
List windowsPhone81GeneralConfigurations | windowsPhone81GeneralConfiguration collection | List properties and relationships of the windowsPhone81GeneralConfiguration objects. |
Get windowsPhone81GeneralConfiguration | windowsPhone81GeneralConfiguration | Read properties and relationships of the windowsPhone81GeneralConfiguration object. |
Create windowsPhone81GeneralConfiguration | windowsPhone81GeneralConfiguration | Create a new windowsPhone81GeneralConfiguration object. |
Delete windowsPhone81GeneralConfiguration | None | Deletes a windowsPhone81GeneralConfiguration. |
Update windowsPhone81GeneralConfiguration | windowsPhone81GeneralConfiguration | Update the properties of a windowsPhone81GeneralConfiguration object. |
Properties
Property | Type | Description |
---|---|---|
id | String | Key of the entity. Inherited from deviceConfiguration |
lastModifiedDateTime | DateTimeOffset | DateTime the object was last modified. Inherited from deviceConfiguration |
createdDateTime | DateTimeOffset | DateTime the object was created. Inherited from deviceConfiguration |
description | String | Admin provided description of the Device Configuration. Inherited from deviceConfiguration |
displayName | String | Admin provided name of the device configuration. Inherited from deviceConfiguration |
version | Int32 | Version of the device configuration. Inherited from deviceConfiguration |
applyOnlyToWindowsPhone81 | Boolean | Value indicating whether this policy only applies to Windows Phone 8.1. This property is read-only. |
appsBlockCopyPaste | Boolean | Indicates whether or not to block copy paste. |
bluetoothBlocked | Boolean | Indicates whether or not to block bluetooth. |
cameraBlocked | Boolean | Indicates whether or not to block camera. |
cellularBlockWifiTethering | Boolean | Indicates whether or not to block Wi-Fi tethering. Has no impact if Wi-Fi is blocked. |
compliantAppsList | appListItem collection | List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements. |
compliantAppListType | appListType | List that is in the AppComplianceList. Possible values are: none , appsInListCompliant , appsNotInListCompliant . |
diagnosticDataBlockSubmission | Boolean | Indicates whether or not to block diagnostic data submission. |
emailBlockAddingAccounts | Boolean | Indicates whether or not to block custom email accounts. |
locationServicesBlocked | Boolean | Indicates whether or not to block location services. |
microsoftAccountBlocked | Boolean | Indicates whether or not to block using a Microsoft Account. |
nfcBlocked | Boolean | Indicates whether or not to block Near-Field Communication. |
passwordBlockSimple | Boolean | Indicates whether or not to block syncing the calendar. |
passwordExpirationDays | Int32 | Number of days before the password expires. |
passwordMinimumLength | Int32 | Minimum length of passwords. |
passwordMinutesOfInactivityBeforeScreenTimeout | Int32 | Minutes of inactivity before screen timeout. |
passwordMinimumCharacterSetCount | Int32 | Number of character sets a password must contain. |
passwordPreviousPasswordBlockCount | Int32 | Number of previous passwords to block. Valid values 0 to 24 |
passwordSignInFailureCountBeforeFactoryReset | Int32 | Number of sign in failures allowed before factory reset. |
passwordRequiredType | requiredPasswordType | Password type that is required. Possible values are: deviceDefault , alphanumeric , numeric . |
passwordRequired | Boolean | Indicates whether or not to require a password. |
screenCaptureBlocked | Boolean | Indicates whether or not to block screenshots. |
storageBlockRemovableStorage | Boolean | Indicates whether or not to block removable storage. |
storageRequireEncryption | Boolean | Indicates whether or not to require encryption. |
webBrowserBlocked | Boolean | Indicates whether or not to block the web browser. |
wifiBlocked | Boolean | Indicates whether or not to block Wi-Fi. |
wifiBlockAutomaticConnectHotspots | Boolean | Indicates whether or not to block automatically connecting to Wi-Fi hotspots. Has no impact if Wi-Fi is blocked. |
wifiBlockHotspotReporting | Boolean | Indicates whether or not to block Wi-Fi hotspot reporting. Has no impact if Wi-Fi is blocked. |
windowsStoreBlocked | Boolean | Indicates whether or not to block the Windows Store. |
Relationships
Relationship | Type | Description |
---|---|---|
assignments | deviceConfigurationAssignment collection | The list of assignments for the device configuration profile. Inherited from deviceConfiguration |
deviceStatuses | deviceConfigurationDeviceStatus collection | Device configuration installation status by device. Inherited from deviceConfiguration |
userStatuses | deviceConfigurationUserStatus collection | Device configuration installation status by user. Inherited from deviceConfiguration |
deviceStatusOverview | deviceConfigurationDeviceOverview | Device Configuration devices status overview Inherited from deviceConfiguration |
userStatusOverview | deviceConfigurationUserOverview | Device Configuration users status overview Inherited from deviceConfiguration |
deviceSettingStateSummaries | settingStateDeviceSummary collection | Device Configuration Setting State Device Summary Inherited from deviceConfiguration |
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.windowsPhone81GeneralConfiguration",
"id": "String (identifier)",
"lastModifiedDateTime": "String (timestamp)",
"createdDateTime": "String (timestamp)",
"description": "String",
"displayName": "String",
"version": 1024,
"applyOnlyToWindowsPhone81": true,
"appsBlockCopyPaste": true,
"bluetoothBlocked": true,
"cameraBlocked": true,
"cellularBlockWifiTethering": true,
"compliantAppsList": [
{
"@odata.type": "microsoft.graph.appListItem",
"name": "String",
"publisher": "String",
"appStoreUrl": "String",
"appId": "String"
}
],
"compliantAppListType": "String",
"diagnosticDataBlockSubmission": true,
"emailBlockAddingAccounts": true,
"locationServicesBlocked": true,
"microsoftAccountBlocked": true,
"nfcBlocked": true,
"passwordBlockSimple": true,
"passwordExpirationDays": 1024,
"passwordMinimumLength": 1024,
"passwordMinutesOfInactivityBeforeScreenTimeout": 1024,
"passwordMinimumCharacterSetCount": 1024,
"passwordPreviousPasswordBlockCount": 1024,
"passwordSignInFailureCountBeforeFactoryReset": 1024,
"passwordRequiredType": "String",
"passwordRequired": true,
"screenCaptureBlocked": true,
"storageBlockRemovableStorage": true,
"storageRequireEncryption": true,
"webBrowserBlocked": true,
"wifiBlocked": true,
"wifiBlockAutomaticConnectHotspots": true,
"wifiBlockHotspotReporting": true,
"windowsStoreBlocked": true
}