Connection and Authentication
Query parameters
SiteIdinteger · int32Optional
Site ID for which to retrieve all the settings for RAS authentication (optional)
Responses
200
Success
application/json; api-version=1.0
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
get
/api/ConnectionAuthenticationQuery parameters
SiteIdinteger · int32Optional
ID of the site for which the RAS authentication settings will be updated
Body
Update the authentication settings
authTypestring[Flag] · enumOptionalPossible values:
Authentication Type
allTrustedDomainsboolean · nullableOptional
Whether to use all trusted domains.
domainstring · min: 1 · max: 64 · nullableOptional
Domain name.
useClientDomainboolean · nullableOptional
Whether to use the client domain, if specified.
forceNetBIOSCredsboolean · nullableOptional
Whether to force clients to use NetBIOS credentials.
replicateSettingsboolean · nullableOptional
Whether to replicate settings to other sites.
useChangePasswordURLboolean · nullableOptional
Enable use custom link for the "Change domain password" option.
changePasswordURLstring · nullableOptional
Custom link for the "Change domain password" option.
Responses
204
No Content
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
put
/api/ConnectionAuthenticationNo content
Query parameters
SiteIdinteger · int32Optional
Site ID for which to retrieve all the Trusted Domains (optional)
Responses
200
Success
application/json; api-version=1.0
Responsestring[]
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
get
/api/ConnectionAuthentication/TrustedDomainLast updated