Get-AdfsClaimDescription

Get-AdfsClaimDescription

Gets claim descriptions from the Federation Service.

構文

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

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

詳細説明

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.

パラメーター

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

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

true (ByValue)

ワイルドカード文字を許可する

false

-Name<String[]>

Specifies an array of names of claim descriptions to get.

エイリアス

なし

必須?

false

位置は?

1

既定値

なし

パイプライン入力を許可する

true (ByValue, ByPropertyName)

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

  • None

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • Microsoft.IdentityServer.PowerShell.Resources.ClaimDescription

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

  • Use claim descriptions to configure the list of claims available to be offered or accepted by Active Directory フェデレーション サービス (AD FS) 2.0.

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}

関連トピック

Add-AdfsClaimDescription

Remove-AdfsClaimDescription

Set-AdfsClaimDescription