WebAppsGetAuthSettingsV2WithoutSecrets interface
メソッド
| get(Request |
V2 形式を使用してアプリのサイトの認証/承認設定を取得します |
| put(Web |
V2 形式でアプリのサイトの認証/承認設定を更新します |
メソッドの詳細
get(RequestParameters)
V2 形式を使用してアプリのサイトの認証/承認設定を取得します
function get(options?: RequestParameters): StreamableMethod<WebAppsGetAuthSettingsV2WithoutSecrets200Response | WebAppsGetAuthSettingsV2WithoutSecretsDefaultResponse>
パラメーター
- options
- RequestParameters
戻り値
put(WebAppsUpdateAuthSettingsV2Parameters)
V2 形式でアプリのサイトの認証/承認設定を更新します
function put(options: WebAppsUpdateAuthSettingsV2Parameters): StreamableMethod<WebAppsUpdateAuthSettingsV2200Response | WebAppsUpdateAuthSettingsV2DefaultResponse>