AadMetadata interface
クラスターへのセキュリティで保護された接続に使用される Azure Active Directory メタデータ。
プロパティ
| authority | AAD 機関の URL。 |
| client | AAD クライアント アプリケーション ID。 |
| cluster | AAD クラスター アプリケーション ID。 |
| login | AAD ログイン URL。 |
| redirect | クライアント アプリケーションのリダイレクト アドレス。 |
| tenant | AAD テナント ID。 |
プロパティの詳細
authority
AAD 機関の URL。
authority?: string
プロパティ値
string
client
AAD クライアント アプリケーション ID。
client?: string
プロパティ値
string
cluster
AAD クラスター アプリケーション ID。
cluster?: string
プロパティ値
string
login
AAD ログイン URL。
login?: string
プロパティ値
string
redirect
クライアント アプリケーションのリダイレクト アドレス。
redirect?: string
プロパティ値
string
tenant
AAD テナント ID。
tenant?: string
プロパティ値
string