共用方式為


AuthPlatform 類別

App Service驗證/授權平臺的組態設定。

繼承
azure.mgmt.web._serialization.Model
AuthPlatform

建構函式

AuthPlatform(*, enabled: bool | None = None, runtime_version: str | None = None, config_file_path: str | None = None, **kwargs: Any)

僅限關鍵字的參數

名稱 Description
enabled

<code>true</code> 如果目前應用程式已啟用驗證/授權功能,則為 ;否則為 <code>false</code>

runtime_version
str

用於目前應用程式的 Authentication /Authorization 功能的 RuntimeVersion。 此值中的設定可以控制驗證/授權模組中特定功能的行為。

config_file_path
str

如果設定檔來自檔案,則為包含驗證設定的組態檔路徑。 如果路徑相對,基底會是月臺的根目錄。

變數

名稱 Description
enabled

<code>true</code> 如果目前應用程式已啟用驗證/授權功能,則為 ;否則為 <code>false</code>

runtime_version
str

用於目前應用程式的 Authentication /Authorization 功能的 RuntimeVersion。 此值中的設定可以控制驗證/授權模組中特定功能的行為。

config_file_path
str

如果設定檔來自檔案,則為包含驗證設定的組態檔路徑。 如果路徑相對,基底會是月臺的根目錄。