Resource Type: dsc_aadgroupssettings
- Defined in:
- lib/puppet/type/dsc_aadgroupssettings.rb
Overview
The DSC AADGroupsSettings resource type. Automatically generated from version 1.21.1222.1
Properties
-
dsc_allowgueststoaccessgroups
Boolean indicating whether or not a guest user can have access to Office 365 groups content. This setting does not require an Azure Active Directory Premium P1 license.
-
dsc_allowgueststobegroupowner
Boolean indicating whether or not a guest user can be an owner of groups.
-
dsc_allowtoaddguests
A boolean indicating whether or not is allowed to add guests to this directory.
-
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_enablegroupcreation
The flag indicating whether Office 365 group creation is allowed in the directory by non-admin users. This setting does not require an Azure Active Directory Premium P1 license.
-
dsc_ensure
Specify if the Azure AD Groups Naming Policy should exist or not.
-
dsc_groupcreationallowedgroupname
Name of the security group for which the members are allowed to create Office 365 groups even when EnableGroupCreation == false.
-
dsc_guestusageguidelinesurl
The url of a link to the guest usage guidelines.
-
dsc_tenantid
Id of the Azure Active Directory tenant used for authentication.
-
dsc_usageguidelinesurl
A link to the Group Usage Guidelines.
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).