Resource Type: dsc_aadgrouplifecyclepolicy

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

Overview

The DSC AADGroupLifecyclePolicy resource type. Automatically generated from version 1.21.1222.1

Properties

  • dsc_alternatenotificationemails

    Notification emails for groups that have no owners will be sent to these email addresses.

  • dsc_applicationid

    Id of the Azure Active Directory application to authenticate with.

  • dsc_applicationsecret

    Secret of the Azure Active Directory application to authenticate with.

  • dsc_certificatethumbprint

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

  • dsc_ensure

    Specify if the Azure AD Groups Lifecycle Policy should exist or not.

  • dsc_grouplifetimeindays

    The number of days a group can exist before it needs to be renewed.

  • dsc_managedgrouptypes

    This parameter allows the admin to select which office 365 groups the policy will apply to. ‘None’ will create the policy in a disabled state. ‘All’ will apply the policy to every Office 365 group in the tenant. ‘Selected’ will allow the admin to choose specific Office 365 groups that the policy will apply to.

  • dsc_tenantid

    Id of the Azure Active Directory tenant used for authentication.

Parameters

  • dsc_credential

    Credentials for the Microsoft Graph delegated permissions.

  • dsc_issingleinstance (namevar)

    Only valid value is ‘Yes’.

  • 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).