次の方法で共有


ServicePrincipalBase クラス

定義

GET、POST、PATCH 間で共有される Active Directory サービス プリンシパルの共通プロパティ

public class ServicePrincipalBase
type ServicePrincipalBase = class
Public Class ServicePrincipalBase
継承
ServicePrincipalBase
派生

コンストラクター

ServicePrincipalBase()

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

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

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

プロパティ

AccountEnabled

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

AppRoleAssignmentRequired

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

KeyCredentials

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

PasswordCredentials

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

ServicePrincipalType

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

Tags

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

適用対象