Resource Type: dsc_spositedesign

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

Overview

The DSC SPOSiteDesign 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_description

    Description of site design.

  • dsc_ensure

    Used to add or remove site design.

  • dsc_isdefault

    Is site design applied by default to web templates.

  • dsc_previewimagealttext

    Site design alternate preview image text.

  • dsc_previewimageurl

    Site design preview image url.

  • dsc_sitescriptnames

    The names of the site design scripts.

  • dsc_tenantid

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

  • dsc_version

    Site design version number.

  • dsc_webtemplate

    Web template to which the site design is applied to when invoked.

Parameters

  • dsc_certificatepassword

    Username can be made up to anything but password will be used for certificatePassword

  • dsc_credential

    Credentials of the Office365 Tenant Admin.

  • dsc_psdscrunascredential
  • dsc_title (namevar)

    The title of the site design.

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