WebAppsGetScmAllowedSlot 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<WebAppsGetScmAllowedSlot200Response | WebAppsGetScmAllowedSlotDefaultResponse>
Parameters
- options
- RequestParameters
Returns
put(WebAppsUpdateScmAllowedSlotParameters)
Updates whether user publishing credentials are allowed on the site or not.
function put(options: WebAppsUpdateScmAllowedSlotParameters): StreamableMethod<WebAppsUpdateScmAllowedSlot200Response | WebAppsUpdateScmAllowedSlotDefaultResponse>