Skip to content

Commit

Permalink
Add changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharleboisPFE committed Jul 19, 2022
1 parent 06124a0 commit fa86e5b
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@

| Parameter | Attribute | DataType | Description | Allowed Values |
| --- | --- | --- | --- | --- |
| **dataType** | Write | String | The type of the target assignment. |#microsoft.graph.groupAssignmentTarget, #microsoft.graph.allLicensedUsersAssignmentTarget, #microsoft.graph.allDevicesAssignmentTarget, #microsoft.graph.exclusionGroupAssignmentTarget, #microsoft.graph.configurationManagerCollectionAssignmentTarget|
| **deviceAndAppManagementAssignmentFilterType** | Write | String | The type of filter of the target assignment i.e. Exclude or Include. Possible values are:none, include, exclude. |none, include, exclude|
| **deviceAndAppManagementAssignmentFilterId** | Write | String | The Id of the filter for the target assignment. ||
| **groupId** | Write | String | The group Id that is the target of the assignment. ||
| **collectionId** | Write | String | The collection Id that is the target of the assignment.(ConfigMgr) ||
| **DisplayName** | Key | String | Display name of the Windows 10 device compliance policy. ||
| **Description** | Write | String | Description of the Windows 10 device compliance policy. ||
| **Assignments** | Write | InstanceArray[] | Represents the assignment to the Intune policy. ||
| **PasswordRequired** | Write | Boolean | PasswordRequired of the Windows 10 device compliance policy. ||
| **PasswordBlockSimple** | Write | Boolean | PasswordBlockSimple of the Windows 10 device compliance policy. ||
| **PasswordRequiredToUnlockFromIdle** | Write | Boolean | PasswordRequiredToUnlockFromIdle of the Windows 10 device compliance policy. ||
Expand Down

0 comments on commit fa86e5b

Please sign in to comment.