Get-AdfsClaimDescription

Get-AdfsClaimDescription

Gets claim descriptions from the Federation Service.

Syntaxe

Parameter Set: Name
Get-AdfsClaimDescription [[-Name] <String[]> ] [ <CommonParameters>]

Parameter Set: Identifier
Get-AdfsClaimDescription -ClaimType <String[]> [ <CommonParameters>]

Description détaillée

The Get-AdfsClaimDescription cmdlet gets claim descriptions from the Federation Service. Claim descriptions describe the claims that the Federation Service uses. Claim descriptions also describe how claims are published in federation metadata. You can use this cmdlet without parameters to get all claim descriptions in the Federation Service.

Paramètres

-ClaimType<String[]>

Specifies an array of claim type URNs or URIs of the claim. The cmdlet gets the claim descriptions for the claims that you specify.

Alias

none

Obligatoire ?

true

Position ?

named

Valeur par défaut

none

Accepter l’entrée de pipeline ?

true (ByValue)

Accepter les caractères génériques ?

false

-Name<String[]>

Specifies an array of names of claim descriptions to get.

Alias

none

Obligatoire ?

false

Position ?

1

Valeur par défaut

none

Accepter l’entrée de pipeline ?

true (ByValue, ByPropertyName)

Accepter les caractères génériques ?

false

<CommonParameters>

Cette applet de commande prend en charge les paramètres courants : -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer et -OutVariable. Pour plus d’informations, consultez about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entrées

Le type d’entrée correspond au type des objets que vous pouvez transmettre à l’applet de commande.

  • None

Sorties

Le type de sortie est le type des objets émis par l’applet de commande.

  • Microsoft.IdentityServer.PowerShell.Resources.ClaimDescription

    This cmdlet generates a class structure that represents the claim description resources for the Federation Service.

Remarques

  • Use claim descriptions to configure the list of claims available to be offered or accepted by services de fédération Active Directory (AD FS) 2.0.

Exemples

Example 1: Get a claim description

This command gets the list of claim descriptions that the Federation Service offers.

PS C:\> Get-AdfsClaimDescription | Where -Object {$_.IsOffered}

Rubriques connexes

Add-AdfsClaimDescription

Remove-AdfsClaimDescription

Set-AdfsClaimDescription