WebAppsGetAuthSettingsV2WithoutSecrets interface
Methods
| get(Request |
Gets site's Authentication / Authorization settings for apps via the V2 format |
| put(Web |
Updates site's Authentication / Authorization settings for apps via the V2 format |
Method Details
get(RequestParameters)
Gets site's Authentication / Authorization settings for apps via the V2 format
function get(options?: RequestParameters): StreamableMethod<WebAppsGetAuthSettingsV2WithoutSecrets200Response | WebAppsGetAuthSettingsV2WithoutSecretsDefaultResponse>
Parameters
- options
- RequestParameters
Returns
put(WebAppsUpdateAuthSettingsV2Parameters)
Updates site's Authentication / Authorization settings for apps via the V2 format
function put(options: WebAppsUpdateAuthSettingsV2Parameters): StreamableMethod<WebAppsUpdateAuthSettingsV2200Response | WebAppsUpdateAuthSettingsV2DefaultResponse>