deviceEnrollmentWindowsHelloForBusinessConfiguration resource type
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Not yet documented
Inherits from deviceEnrollmentConfiguration
Methods
Method | Return Type | Description |
---|---|---|
List deviceEnrollmentWindowsHelloForBusinessConfigurations | deviceEnrollmentWindowsHelloForBusinessConfiguration collection | List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects. |
Get deviceEnrollmentWindowsHelloForBusinessConfiguration | deviceEnrollmentWindowsHelloForBusinessConfiguration | Read properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration object. |
Create deviceEnrollmentWindowsHelloForBusinessConfiguration | deviceEnrollmentWindowsHelloForBusinessConfiguration | Create a new deviceEnrollmentWindowsHelloForBusinessConfiguration object. |
Delete deviceEnrollmentWindowsHelloForBusinessConfiguration | None | Deletes a deviceEnrollmentWindowsHelloForBusinessConfiguration. |
Update deviceEnrollmentWindowsHelloForBusinessConfiguration | deviceEnrollmentWindowsHelloForBusinessConfiguration | Update the properties of a deviceEnrollmentWindowsHelloForBusinessConfiguration object. |
Properties
Property | Type | Description |
---|---|---|
id | String | Not yet documented Inherited from deviceEnrollmentConfiguration |
displayName | String | Not yet documented Inherited from deviceEnrollmentConfiguration |
description | String | Not yet documented Inherited from deviceEnrollmentConfiguration |
priority | Int32 | Not yet documented Inherited from deviceEnrollmentConfiguration |
createdDateTime | DateTimeOffset | Not yet documented Inherited from deviceEnrollmentConfiguration |
lastModifiedDateTime | DateTimeOffset | Not yet documented Inherited from deviceEnrollmentConfiguration |
version | Int32 | Not yet documented Inherited from deviceEnrollmentConfiguration |
pinMinimumLength | Int32 | Not yet documented |
pinMaximumLength | Int32 | Not yet documented |
pinUppercaseCharactersUsage | windowsHelloForBusinessPinUsage | Not yet documented. Possible values are: allowed , required , disallowed . |
pinLowercaseCharactersUsage | windowsHelloForBusinessPinUsage | Not yet documented. Possible values are: allowed , required , disallowed . |
pinSpecialCharactersUsage | windowsHelloForBusinessPinUsage | Not yet documented. Possible values are: allowed , required , disallowed . |
state | enablement | Not yet documented. Possible values are: notConfigured , enabled , disabled . |
securityDeviceRequired | Boolean | Not yet documented |
unlockWithBiometricsEnabled | Boolean | Not yet documented |
remotePassportEnabled | Boolean | Not yet documented |
pinPreviousBlockCount | Int32 | Not yet documented |
pinExpirationInDays | Int32 | Not yet documented |
enhancedBiometricsState | enablement | Not yet documented. Possible values are: notConfigured , enabled , disabled . |
Relationships
Relationship | Type | Description |
---|---|---|
assignments | enrollmentConfigurationAssignment collection | The list of group assignments for the device configuration profile. Inherited from deviceEnrollmentConfiguration |
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration",
"id": "String (identifier)",
"displayName": "String",
"description": "String",
"priority": 1024,
"createdDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)",
"version": 1024,
"pinMinimumLength": 1024,
"pinMaximumLength": 1024,
"pinUppercaseCharactersUsage": "String",
"pinLowercaseCharactersUsage": "String",
"pinSpecialCharactersUsage": "String",
"state": "String",
"securityDeviceRequired": true,
"unlockWithBiometricsEnabled": true,
"remotePassportEnabled": true,
"pinPreviousBlockCount": 1024,
"pinExpirationInDays": 1024,
"enhancedBiometricsState": "String"
}
Feedback
Loading feedback...