public static class SaasHelperPublic NotInheritable Class SaasHelperpublic ref class SaasHelper abstract sealed[<AbstractClassAttribute>]
[<SealedAttribute>]
type SaasHelper = class end| GetAccessToken | Get access token for operations in SaaS cluster. |
| GetClusterName | Get SaaS cluster name. |
| GetInstanceName | Get instance name in SaaS cluster. |
| GetMailDbConnectionString | Try to get common SaaS outbox connection string alias. |
| IsSaasEnabled | Check wither SaaS mode is enabled. |
| TryGetClusterInfoConnectionSettings | Try go get Cluster information service (aka liza) connection settings. |
| TryGetSaasSection | Try to get SaaS settings section data. |
| AccessTokenAttributeName |
Attribute name to get access token for cluster information service (aka liza) in SaaS. Only for chronos. |
| ClusterAttributeName |
Attribute name to get name of SaaS cluster this instance belongs to. Only for chronos. |
| ClusterInfoAttributeName |
Attribute name to Cluster information service (aka liza) connection settings. Only for chronos. |
| EnabledAttributeName | Attribute name to check if SaaS mode is enabled. |
| InstanceAttributeName | Attribute name to get instance name is SaaS cluster. |
| KeyPasswordAttributeName |
Attribute name of private key password. Only for chronos. |
| KeyPathAttributeName |
Attribute name of private key to sign JWT. Only for chronos. |
| MailDbAttributeName | Attribute name to get name of connection alias to SaaS common outbox DB. |
| SaaS | Name for optional SaaS dependencies. |
| SaasSectionName | Section name in settings for SaaS data. |