ServiceSettingsKeys Class

Definition

Defines the keys we look for in ServiceSettingsDictionary to identify known settings.

public static class ServiceSettingsKeys
type ServiceSettingsKeys = class
Public Class ServiceSettingsKeys
Inheritance
ServiceSettingsKeys

Fields

ApplicationBin

The key identifying the application setting containing the path to where application assemblies are loaded from.

ApplicationRoot

The key identifying the application setting containing the root path to where the application is located.

AzureActiveDirectoryAudience

The key identifying the application setting containing the Azure Active Directory audience used for token validation.

AzureActiveDirectoryClientId

The key identifying the application setting containing the Azure Active Directory client ID.

AzureActiveDirectoryTenants

The key identifying the application setting containing a comma separated list of of allowed Azure Active Directory tenant domains used for token validation.

CrossDomainOrigins

The key identifying the application setting containing a comma-separated list of origins that are allowed to access the resource. For example: http://localhost, http://sample.com. Use * to allow all.

FacebookAppId

The key identifying the application setting containing the Facebook ID associated with this service.

FacebookScope

The key identifying the application setting containing the Facebook scope associated with this service.

FacebookSecret

The key identifying the application setting containing the Facebook secret associated with this service.

GoogleAppId

The key identifying the application setting containing the Google application ID associated with this service.

GoogleScope

The key identifying the application setting containing the Google scope associated with this service.

GoogleSecret

The key identifying the application setting containing the Google secret associated with this service.

MasterKey

The key identifying the application setting containing the master key for the service.

MicrosoftAccountAudience

The key identifying the application setting containing the Microsoft Account audience used for token validation.

MicrosoftAccountClientId

The key identifying the application setting containing the Microsoft Account client ID associated with this service.

MicrosoftAccountClientSecret

The key identifying the application setting containing the Microsoft Account client secret associated with this service.

MicrosoftAccountScope

The key identifying the application setting containing the Microsoft Account scope associated with this service.

MicrosoftPackageSID

The key identifying the application setting containing the Microsoft Package SID associated with this service.

NotificationHubConnectionString

The key identifying the connection string setting containing the connection string for the Azure Notification Hub associated with this service.

NotificationHubName

The key identifying the application setting containing the name of the Azure Notification Hub associated with this service.

ServiceDomainSuffix

The key identifying the application setting containing the DNS domain suffix of the mobile service.

ServiceKey

The key identifying the application setting containing the application key for the service.

ServiceName

The key identifying the application setting containing the name of the mobile service.

SignalRHubConnectionString

The key identifying the connection string setting containing the connection string for the ASP.NET SignalR ServiceBus backplane associated with this service.

SiteExtensionVersion

The key identifying the application setting containing the site extension version this service uses. The site extension represents the version of the host running the service in Azure.

SkipVersionCheck

The key identifying whether a check for the ZUMO-API-VERSION should be done on incoming requests

SubscriptionId

The key identifying the application setting containing the subscription id for the service.

SystemKey

The key identifying the application setting containing the system key for the service.

SystemLogLevel

The key identifying the application setting containing the minimum log level for system logged by the service. Only system logs with a level greater than or equal to the indicated level will get logged to the system log.

TableConnectionString

The key identifying the connection string setting containing the default connection string for table controllers.

TableSchema

The key identifying the application setting containing the default schema name used by table controllers. For SQL Azure based databases it is recommended that the default schema name, which is derived from the service name, be used. The default schema name is automatically provisioned with the necessary access rights as part of creating the service.

TwitterConsumerKey

The key identifying the application setting containing the Twitter consumer key associated with this service.

TwitterConsumerSecret

The key identifying the application setting containing the Twitter consumer secret associated with this service.

WebHostRoot

The key identifying the application setting containing the root path to where the Web host is located.

Applies to