WebAppsGetScmAllowed interface
Methods
| get(Request |
Returns whether Scm basic auth is allowed on the site or not. |
| put(Web |
Updates whether user publishing credentials are allowed on the site or not. |
Method Details
get(RequestParameters)
Returns whether Scm basic auth is allowed on the site or not.
function get(options?: RequestParameters): StreamableMethod<WebAppsGetScmAllowed200Response | WebAppsGetScmAllowedDefaultResponse>
Parameters
- options
- RequestParameters
Returns
put(WebAppsUpdateScmAllowedParameters)
Updates whether user publishing credentials are allowed on the site or not.
function put(options: WebAppsUpdateScmAllowedParameters): StreamableMethod<WebAppsUpdateScmAllowed200Response | WebAppsUpdateScmAllowedDefaultResponse>