Resource Type: dsc_spoaccesscontrolsettings

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

Overview

The DSC SPOAccessControlSettings 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_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_commentsonsitepagesdisabled

    When this feature is set to true, comments on site pages will be disabled

  • dsc_disallowinfectedfiledownload

    Prevents the Download button from being displayed on the Virus Found warning page.

  • dsc_displaystartasiteoption

    Determines whether tenant users see the Start a Site menu option

  • dsc_emailattestationreauthdays

    Sets email attestation re-auth days

  • dsc_emailattestationrequired

    Sets email attestation to required

  • dsc_ensure

    Only value accepted is ‘Present’

  • dsc_externalservicesenabled

    Enables external services for a tenant. External services are defined as services that are not in the Office 365 datacenters.

  • dsc_ipaddressallowlist

    Configures multiple IP addresses or IP address ranges (IPv4 or IPv6). Use commas to separate multiple IP addresses or IP address ranges.

  • dsc_ipaddressenforcement

    Allows access from network locations that are defined by an administrator.

  • dsc_ipaddresswactokenlifetime

    Office webapps TokenLifeTime in minutes

  • dsc_socialbaronsitepagesdisabled

    Disables or enables the Social Bar. It will give users the ability to like a page, see the number of views, likes, and comments on a page, and see the people who have liked a page.

  • dsc_startasiteformurl

    Specifies URL of the form to load in the Start a Site dialog. The valid values are:<emptyString> (default) - Blank by default, this will also remove or clear any value that has been set.Full URL - Example: contoso.sharepoint.com/path/to/form

  • dsc_tenantid

    Name of the Azure Active Directory tenant used for authentication. Format contoso.onmicrosoft.com

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