Add-AdfsClaimDescription

Add-AdfsClaimDescription

Adds a claim description to the Federation Service.

構文

Parameter Set: Default
Add-AdfsClaimDescription -ClaimType <String> -Name <String> [-IsAccepted <Boolean> ] [-IsOffered <Boolean> ] [-IsRequired <Boolean> ] [-Notes <String> ] [-PassThru] [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細説明

The Add-AdfsClaimDescription cmdlet adds a claim description to the Federation Service.

パラメーター

-ClaimType<String>

Specifies the claim type URN or URI of the claim. All claim descriptions must include a valid URN or URI.

エイリアス

なし

必須?

true

位置は?

named

既定値

false

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

false

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

false

-IsAccepted<Boolean>

Indicates whether the claim is published in federation metadata as a claim that the Federation Service accepts.

エイリアス

なし

必須?

false

位置は?

named

既定値

false

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

false

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

false

-IsOffered<Boolean>

Indicates whether the claim is published in federation metadata as a claim that the Federation Service offers.

エイリアス

なし

必須?

false

位置は?

named

既定値

false

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

false

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

false

-IsRequired<Boolean>

Indicates whether the claim is published in federation metadata as a claim that the Federation Service requires.

エイリアス

なし

必須?

false

位置は?

named

既定値

false

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

false

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

false

-Name<String>

Specifies a friendly name for the claim description to add.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

false

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

false

-Notes<String>

Specifies text that describes the purpose of the claim description. The cmdlet adds the notes to the claim description.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

false

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

false

-PassThru

作業中の項目を表すオブジェクトを返します。既定では、このコマンドレットによる出力はありません。

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

false

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

false

-Confirm

コマンドレットを実行する前に、ユーザーに確認を求めます。

必須?

false

位置は?

named

既定値

false

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

false

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

false

-WhatIf

コマンドレットを実行するとどのような結果になるかを表示します。コマンドレットは実行されません。

必須?

false

位置は?

named

既定値

false

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

false

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

false

<CommonParameters>

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

入力

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

出力

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

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

Example 1: Add a claim description

This command adds the claim description named Role for a custom claim that has the specified claim type.

PS C:\> Add-AdfsClaimDescription -Name "Role" -ClaimType "https://Fabrikam.com/role"

関連トピック

Get-AdfsClaimDescription

Remove-AdfsClaimDescription

Set-AdfsClaimDescription