次の方法で共有


New-AzManagedServicesEligibleApproverObject

EligibleApprover のメモリ内オブジェクトを作成します。

構文

New-AzManagedServicesEligibleApproverObject
   -PrincipalId <String>
   [-PrincipalIdDisplayName <String>]
   [<CommonParameters>]

説明

EligibleApprover のメモリ内オブジェクトを作成します。

例 1: Azure Lighthouse の適格な承認承認者オブジェクトを作成する

New-AzManagedServicesEligibleApproverObject -PrincipalId "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" -PrincipalIdDisplayName "Approvers group"

PrincipalId                          PrincipalIdDisplayName
-----------                          ----------------------
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx Approvers group

Azure Lighthouse の適格な承認承認者オブジェクトを作成します。

パラメーター

-PrincipalId

Azure Active Directory プリンシパルの識別子。

型:String
配置:Named
規定値:None
必須:True
パイプライン入力を受け取る:False
ワイルドカード文字を受け取る:False

-PrincipalIdDisplayName

Azure Active Directory プリンシパルの表示名。

型:String
配置:Named
規定値:None
必須:False
パイプライン入力を受け取る:False
ワイルドカード文字を受け取る:False

出力

EligibleApprover