Resource Type: dsc_spotenantsettings
- Defined in:
- lib/puppet/type/dsc_spotenantsettings.rb
Overview
The DSC SPOTenantSettings 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_applyappenforcedrestrictionstoadhocrecipients
-
dsc_certificatepath
Path to certificate used in service principal usually a PFX file.
-
dsc_certificatethumbprint
Thumbprint of the Azure Active Directory application’s authentication certificate to use for authentication.
-
dsc_conditionalaccesspolicy
Allow or Block Conditional Access Policy on the SharePoint Tenant
-
dsc_disabledwebpartids
Provide GUID for the Web Parts that are to be disabled on the Sharepoint Site
-
dsc_ensure
Only accepted value is ‘Present’.
-
dsc_filepickerexternalimagesearchenabled
-
dsc_hidedefaultthemes
Defines if the default themes are visible or hidden
-
dsc_legacyauthprotocolsenabled
Setting this parameter prevents Office clients using non-modern authentication protocols from accessing SharePoint Online resources.
-
dsc_marknewfilessensitivebydefault
Allow or block external sharing until at least one Office DLP policy scans the content of the file.
-
dsc_maxcompatibilitylevel
Specifies the upper bound on the compatibility level for new sites.
-
dsc_mincompatibilitylevel
Specifies the lower bound on the compatibility level for new sites.
-
dsc_notificationsinsharepointenabled
When set to $true, users aren’t able to share with security groups or SharePoint groups
-
dsc_officeclientadaldisabled
When set to true this will disable the ability to use Modern Authentication that leverages ADAL across the tenant.
-
dsc_owneranonymousnotification
-
dsc_publiccdnallowedfiletypes
Configure filetypes allowed for PublicCDN
-
dsc_publiccdnenabled
Configure PublicCDN
-
dsc_requireacceptingaccountmatchinvitedaccount
DEPRECATED
-
dsc_searchresolveexactemailorupn
Removes the search capability from People Picker. Note, recently resolved names will still appear in the list until browser cache is cleared or expired.
-
dsc_signinaccelerationdomain
Specifies the home realm discovery value to be sent to Azure Active Directory (AAD) during the user sign-in process.
-
dsc_tenantid
Name of the Azure Active Directory tenant used for authentication. Format contoso.onmicrosoft.com
-
dsc_usefindpeopleinpeoplepicker
When set to $true, users aren’t able to share with security groups or SharePoint groups
-
dsc_usepersistentcookiesforexplorerview
Lets SharePoint issue a special cookie that will allow this feature to work even when Keep Me Signed In is not selected.
-
dsc_uservoiceforfeedbackenabled
Allow feedback via UserVoice.
Parameters
-
dsc_certificatepassword
Username can be made up to anything but password will be used for certificatePassword
-
dsc_credential
Credentials of the account to authenticate with.
-
dsc_issingleinstance (namevar)
Specifies the resource is a single instance, the value must be ‘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).