|
|
|
|
|
- Properties specific to saasService variables
- Functions that use the SaaSService type
saasService (Variable type) In french: saasService
The saasService type is used to define the advanced characteristics of a SaaS service. You can define and change the characteristics of this service using different WLanguage properties. Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable. MonService is saasService
MonService.Name = "Accès"
SiteActuel is saasSite
SaaSAdminAddService(MonService, SiteActuel)
Properties Properties specific to saasService variables The following properties can be used to handle a SaaS service: | | | Property name | Type used | Effect |
---|
Name | Character string | Service name. This name will be used to check the access authorization via SaaSCheckService. | Site | saasSite variable | SaaS site to which the service belongs. This property is available in read-only mode. |
Functions that use the SaaSService type The following functions are using a SaaSService variable:
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|