Resource Type: dsc_intunedevicecompliancepolicyios

Defined in:
lib/puppet/type/dsc_intunedevicecompliancepolicyios.rb

Overview

The DSC IntuneDeviceCompliancePolicyiOs resource type. Automatically generated from version 1.21.1222.1

Properties

  • dsc_applicationid

    Id of the Azure Active Directory application to authenticate with.

  • dsc_applicationsecret

    Secret of the Azure Active Directory tenant used for authentication.

  • dsc_certificatethumbprint

    Thumbprint of the Azure Active Directory application’s authentication certificate to use for authentication.

  • dsc_description

    Description of the iOS device compliance policy.

  • dsc_devicethreatprotectionenabled

    DeviceThreatProtectionEnabled of the iOS device compliance policy.

  • dsc_devicethreatprotectionrequiredsecuritylevel

    DeviceThreatProtectionRequiredSecurityLevel of the iOS device compliance policy.

  • dsc_ensure

    Present ensures the policy exists, absent ensures it is removed.

  • dsc_managedemailprofilerequired

    ManagedEmailProfileRequired of the iOS device compliance policy.

  • dsc_osmaximumversion

    OsMaximumVersion of the iOS device compliance policy.

  • dsc_osminimumversion

    OsMinimumVersion of the iOS device compliance policy.

  • dsc_passcodeblocksimple

    PasscodeBlockSimple of the iOS device compliance policy.

  • dsc_passcodeexpirationdays

    PasscodeExpirationDays of the iOS device compliance policy.

  • dsc_passcodeminimumcharactersetcount

    PasscodeMinimumCharacterSetCount of the iOS device compliance policy.

  • dsc_passcodeminimumlength

    PasscodeMinimumLength of the iOS device compliance policy.

  • dsc_passcodeminutesofinactivitybeforelock

    PasscodeMinutesOfInactivityBeforeLock of the iOS device compliance policy.

  • dsc_passcodepreviouspasscodeblockcount

    PasscodePreviousPasscodeBlockCount of the iOS device compliance policy.

  • dsc_passcoderequired

    PasscodeRequired of the iOS device compliance policy.

  • dsc_passcoderequiredtype

    PasscodeRequiredType of the iOS device compliance policy.

  • dsc_securityblockjailbrokendevices

    SecurityBlockJailbrokenDevices of the iOS device compliance policy.

  • dsc_tenantid

    Id of the Azure Active Directory tenant used for authentication.

Parameters

  • dsc_credential

    Credentials of the Intune Admin

  • dsc_displayname (namevar)

    Display name of the iOS device compliance policy.

  • dsc_psdscrunascredential
  • name (namevar)

    Description of the purpose for this resource declaration.

  • validation_mode (defaults to: property)

    Whether to check if the resource is in the desired state by property (default) or using Invoke-DscResource in Test mode (resource).