次の方法で共有


ServicePrincipalUpdateParameters クラス

定義

既存のサービス プリンシパルを更新するための要求パラメーター。

public class ServicePrincipalUpdateParameters : Microsoft.Azure.Graph.RBAC.Models.ServicePrincipalBase
type ServicePrincipalUpdateParameters = class
    inherit ServicePrincipalBase
Public Class ServicePrincipalUpdateParameters
Inherits ServicePrincipalBase
継承
ServicePrincipalUpdateParameters

コンストラクター

ServicePrincipalUpdateParameters()

ServicePrincipalUpdateParameters クラスの新しいインスタンスを初期化します。

ServicePrincipalUpdateParameters(String, Nullable<Boolean>, IList<KeyCredential>, IList<PasswordCredential>, String, IList<String>)

ServicePrincipalUpdateParameters クラスの新しいインスタンスを初期化します。

プロパティ

AccountEnabled

サービス プリンシパル アカウントが有効かどうかを取得または設定します

(継承元 ServicePrincipalBase)
AppRoleAssignmentRequired

Azure AD がアプリケーションにユーザーまたはアクセス トークンを発行する前に、ユーザーまたはグループへの AppRoleAssignment が必要かどうかを示す値を取得または設定します。

(継承元 ServicePrincipalBase)
KeyCredentials

サービス プリンシパルに関連付けられているキー資格情報のコレクションを取得または設定します。

(継承元 ServicePrincipalBase)
PasswordCredentials

サービス プリンシパルに関連付けられているパスワード資格情報のコレクションを取得または設定します。

(継承元 ServicePrincipalBase)
ServicePrincipalType

サービス プリンシパルの種類を取得または設定します

(継承元 ServicePrincipalBase)
Tags

サービス プリンシパルに適用できるタグのオプションの一覧を取得または設定します。 NULL 値は許可されません。

(継承元 ServicePrincipalBase)

適用対象