次の方法で共有


ManagedClusterAADProfile クラス

定義

AADProfile は、Azure Active Directory 統合の属性を指定します。

public class ManagedClusterAADProfile
type ManagedClusterAADProfile = class
Public Class ManagedClusterAADProfile
継承
ManagedClusterAADProfile

コンストラクター

ManagedClusterAADProfile()

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

ManagedClusterAADProfile(Nullable<Boolean>, Nullable<Boolean>, IList<String>, String, String, String, String)

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

プロパティ

AdminGroupObjectIDs

クラスターの管理者ロールを持つ AAD グループ オブジェクト ID を取得または設定します。

ClientAppID

クライアント AAD アプリケーション ID を取得または設定します。

EnableAzureRBAC

Kubernetes 承認に対して Azure RBAC を有効にするかどうかを取得または設定します。

Managed

マネージド AAD を有効にするかどうかを取得または設定します。

ServerAppID

サーバー AAD アプリケーション ID を取得または設定します。

ServerAppSecret

サーバー AAD アプリケーション シークレットを取得または設定します。

TenantID

認証に使用する AAD テナント ID を取得または設定します。 指定しない場合は、デプロイ サブスクリプションのテナントが使用されます。

適用対象