SFManagedPreferences Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | SFManagedPreferences.h |
+ sharedPreferences
The shared instance of this class.
+ (instancetype)sharedPreferencesReturn Value
The shared instance of this class.
Declared In
SFManagedPreferences.h
hasManagedPreferences
Whether or not any managed preferences have been configured for this app.
@property (nonatomic, readonly) BOOL hasManagedPreferencesDeclared In
SFManagedPreferences.h
requireCertificateAuthentication
Whether the app is configured to require certificate-based authentication. (RequireCertAuth)
@property (nonatomic, readonly) BOOL requireCertificateAuthenticationDeclared In
SFManagedPreferences.h
loginHosts
An array of prescribed login hosts from the MDM provider. (AppServiceHosts)
@property (nonatomic, readonly) NSArray *loginHostsDeclared In
SFManagedPreferences.h
loginHostLabels
The associated labels for the provided login hosts. (AppServiceHostLabels)
@property (nonatomic, readonly) NSArray *loginHostLabelsDeclared In
SFManagedPreferences.h
connectedAppId
The managed Connected App ID. (ManagedAppOAuthID)
@property (nonatomic, readonly) NSString *connectedAppIdDeclared In
SFManagedPreferences.h
connectedAppCallbackUri
The managed Conneced App Callback URI. (ManagedAppCallbackURL)
@property (nonatomic, readonly) NSString *connectedAppCallbackUriDeclared In
SFManagedPreferences.h
clearClipboardOnBackground
Whether or not to clear the clipboard when the app is backgrounded. (ClearClipboardOnBackground)
@property (nonatomic, readonly) BOOL clearClipboardOnBackgroundDeclared In
SFManagedPreferences.h
shouldDisableExternalPasteDefinedByConnectedApp
Whether or not external paste is disabled in the connected app.
@property (nonatomic, readonly) BOOL shouldDisableExternalPasteDefinedByConnectedAppDeclared In
SFManagedPreferences.h
onlyShowAuthorizedHosts
Whether or not to display only the authorized hosts. (OnlyShowAuthorizedHosts)
@property (nonatomic, readonly) BOOL onlyShowAuthorizedHostsDeclared In
SFManagedPreferences.h
idpAppURLScheme
The idp App’s URL Scheme
@property (nonatomic, readonly) NSString *idpAppURLSchemeDeclared In
SFManagedPreferences.h
rawPreferences
The raw NSDictionary of managed preferences.
@property (nonatomic, strong, readonly) NSDictionary *rawPreferencesDeclared In
SFManagedPreferences.h