Resource Type: dsc_sptrustedidentitytokenissuer

Defined in:
lib/puppet/type/dsc_sptrustedidentitytokenissuer.rb
Providers:
powershell

Overview

The DSC SPTrustedIdentityTokenIssuer resource type. Automatically generated from ‘SharePointDsc/DSCResources/MSFT_SPTrustedIdentityTokenIssuer/MSFT_SPTrustedIdentityTokenIssuer.schema.mof’

To learn more about PowerShell Desired State Configuration, please visit technet.microsoft.com/en-us/library/dn249912.aspx.

For more information about built-in DSC Resources, please visit technet.microsoft.com/en-us/library/dn249921.aspx.

For more information about xDsc Resources, please visit github.com/PowerShell/DscResources.

Properties

  • ensure

    The basic property that the resource should be in.

    Supported values:
    • exists?
    • present
    • absent

Parameters

  • dsc_claimprovidername

    ClaimProviderName - Name of a claims provider to set with this SPTrustedIdentityTokenIssuer

  • dsc_claimsmappings

    ClaimsMappings - Array of MSFT_SPClaimTypeMapping to use with cmdlet New-SPClaimTypeMapping

  • dsc_description

    Description - Description of the SPTrustedIdentityTokenIssuer

  • dsc_ensure

    Ensure - Present if the SPTrustedIdentityTokenIssuer should be created, or Absent if it should be removed Valid values are Present, Absent.

  • dsc_identifierclaim

    IdentifierClaim - Identity claim type that uniquely identifies the user

  • dsc_installaccount

    InstallAccount - POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsCredential if using PowerShell 5

  • dsc_name

    Name - Name of the SPTrustedIdentityTokenIssuer

  • dsc_providersignouturi

    ProviderSignOutUri - Sign-out URL

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_realm

    Realm - Default Realm that is passed to identity provider

  • dsc_signingcertificatefilepath

    SigningCertificateFilePath - Specify the file path to the signing certificate if it is not stored in the local certificate store already

  • dsc_signingcertificatethumbprint

    SigningCertificateThumbprint - Specify the thumbprint of the signing certificate, which must be located in certificate store LocalMachine\My

  • dsc_signinurl

    SignInUrl - URL of the identity provider where user is redirected to for authentication

  • name (namevar)
  • provider

    The specific backend to use for this ‘dsc_sptrustedidentitytokenissuer` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.