windows81CompliancePolicy resource type

Namespace: microsoft.graph

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

This class contains compliance settings for Windows 8.1.

Inherits from deviceCompliancePolicy

Methods

Method Return Type Description
List windows81CompliancePolicies windows81CompliancePolicy collection List properties and relationships of the windows81CompliancePolicy objects.
Get windows81CompliancePolicy windows81CompliancePolicy Read properties and relationships of the windows81CompliancePolicy object.
Create windows81CompliancePolicy windows81CompliancePolicy Create a new windows81CompliancePolicy object.
Delete windows81CompliancePolicy None Deletes a windows81CompliancePolicy.
Update windows81CompliancePolicy windows81CompliancePolicy Update the properties of a windows81CompliancePolicy object.

Properties

Property Type Description
id String Key of the entity. Inherited from deviceCompliancePolicy
createdDateTime DateTimeOffset DateTime the object was created. Inherited from deviceCompliancePolicy
description String Admin provided description of the Device Configuration. Inherited from deviceCompliancePolicy
lastModifiedDateTime DateTimeOffset DateTime the object was last modified. Inherited from deviceCompliancePolicy
displayName String Admin provided name of the device configuration. Inherited from deviceCompliancePolicy
version Int32 Version of the device configuration. Inherited from deviceCompliancePolicy
passwordRequired Boolean Require a password to unlock Windows device.
passwordBlockSimple Boolean Indicates whether or not to block simple password.
passwordExpirationDays Int32 Password expiration in days.
passwordMinimumLength Int32 The minimum password length.
passwordMinutesOfInactivityBeforeLock Int32 Minutes of inactivity before a password is required.
passwordMinimumCharacterSetCount Int32 The number of character sets required in the password.
passwordRequiredType requiredPasswordType The required password type. Possible values are: deviceDefault, alphanumeric, numeric.
passwordPreviousPasswordBlockCount Int32 The number of previous passwords to prevent re-use of. Valid values 0 to 24
osMinimumVersion String Minimum Windows 8.1 version.
osMaximumVersion String Maximum Windows 8.1 version.
storageRequireEncryption Boolean Indicates whether or not to require encryption on a windows 8.1 device.

Relationships

Relationship Type Description
scheduledActionsForRule deviceComplianceScheduledActionForRule collection The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. Inherited from deviceCompliancePolicy
deviceStatuses deviceComplianceDeviceStatus collection List of DeviceComplianceDeviceStatus. Inherited from deviceCompliancePolicy
userStatuses deviceComplianceUserStatus collection List of DeviceComplianceUserStatus. Inherited from deviceCompliancePolicy
deviceStatusOverview deviceComplianceDeviceOverview Device compliance devices status overview Inherited from deviceCompliancePolicy
userStatusOverview deviceComplianceUserOverview Device compliance users status overview Inherited from deviceCompliancePolicy
deviceSettingStateSummaries settingStateDeviceSummary collection Compliance Setting State Device Summary Inherited from deviceCompliancePolicy
assignments deviceCompliancePolicyAssignment collection The collection of assignments for this compliance policy. Inherited from deviceCompliancePolicy

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.windows81CompliancePolicy",
  "id": "String (identifier)",
  "createdDateTime": "String (timestamp)",
  "description": "String",
  "lastModifiedDateTime": "String (timestamp)",
  "displayName": "String",
  "version": 1024,
  "passwordRequired": true,
  "passwordBlockSimple": true,
  "passwordExpirationDays": 1024,
  "passwordMinimumLength": 1024,
  "passwordMinutesOfInactivityBeforeLock": 1024,
  "passwordMinimumCharacterSetCount": 1024,
  "passwordRequiredType": "String",
  "passwordPreviousPasswordBlockCount": 1024,
  "osMinimumVersion": "String",
  "osMaximumVersion": "String",
  "storageRequireEncryption": true
}