Resource Type: dsc_aadgroup

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

Overview

The DSC AADGroup 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 application to authenticate with.

  • dsc_certificatethumbprint

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

  • dsc_description

    Specifies a description for the group.

  • dsc_ensure

    Specify if the Azure AD Group should exist or not.

  • dsc_grouptypes

    Specifies that the group is a dynamic group. To create a dynamic group, specify a value of DynamicMembership.

  • dsc_id

    Specifies an ID for the group.

  • dsc_isassignabletorole

    Specifies whether this group can be assigned a role. Only available when creating a group and can’t be modified after group is created.

  • dsc_mailenabled

    Specifies whether this group is mail enabled. Currently, you cannot create mail enabled groups in Azure AD.

  • dsc_membershiprule

    Specifies the membership rule for a dynamic group.

  • dsc_membershipruleprocessingstate

    Specifies the rule processing state. The acceptable values for this parameter are: On. Process the group rule or Paused. Stop processing the group rule.

  • dsc_securityenabled

    Specifies whether the group is security enabled. For security groups, this value must be $True.

  • dsc_tenantid

    Id of the Azure Active Directory tenant used for authentication.

  • dsc_visibility

    This parameter determines the visibility of the group’s content and members list.

Parameters

  • dsc_credential

    Credentials for the Microsoft Graph delegated permissions.

  • dsc_displayname (namevar)

    DisplayName of the Azure Active Directory Group

  • dsc_mailnickname (namevar)

    Specifies a mail nickname for the group.

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