Share via


WebAppsGetScmAllowed interface

Methods

get(RequestParameters)

Returns whether Scm basic auth is allowed on the site or not.

put(WebAppsUpdateScmAllowedParameters)

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

Returns

put(WebAppsUpdateScmAllowedParameters)

Updates whether user publishing credentials are allowed on the site or not.

function put(options: WebAppsUpdateScmAllowedParameters): StreamableMethod<WebAppsUpdateScmAllowed200Response | WebAppsUpdateScmAllowedDefaultResponse>

Parameters

Returns