Uses of Class
com.oracle.bmc.identitydomains.model.AppConnectorBundle
-
Packages that use AppConnectorBundle Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppConnectorBundle in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppConnectorBundle Modifier and Type Method Description AppConnectorBundle
AppConnectorBundle.Builder. build()
AppConnectorBundle
AppExtensionManagedappApp. getConnectorBundle()
Methods in com.oracle.bmc.identitydomains.model with parameters of type AppConnectorBundle Modifier and Type Method Description AppExtensionManagedappApp.Builder
AppExtensionManagedappApp.Builder. connectorBundle(AppConnectorBundle connectorBundle)
AppConnectorBundle.Builder
AppConnectorBundle.Builder. copy(AppConnectorBundle model)
Constructors in com.oracle.bmc.identitydomains.model with parameters of type AppConnectorBundle Constructor Description AppExtensionManagedappApp(Boolean connected, Boolean canBeAuthoritative, Boolean isAuthoritative, Boolean isOnPremiseApp, Boolean isDirectory, Boolean isSchemaDiscoverySupported, Boolean isSchemaCustomizationSupported, Boolean enableSync, Boolean enableSyncSummaryReportNotification, Boolean enableAuthSyncNewUserNotification, Boolean adminConsentGranted, Boolean isThreeLeggedOAuthEnabled, Boolean isTwoLeggedOAuthEnabled, String threeLeggedOAuthProviderName, String syncConfigLastModified, Boolean accountFormVisible, List<AppIdentityBridges> identityBridges, AppConnectorBundle connectorBundle, List<AppBundleConfigurationProperties> bundleConfigurationProperties, List<AppObjectClasses> objectClasses, AppBundlePoolConfiguration bundlePoolConfiguration, AppFlatFileConnectorBundle flatFileConnectorBundle, List<AppFlatFileBundleConfigurationProperties> flatFileBundleConfigurationProperties, AppThreeLeggedOAuthCredential threeLeggedOAuthCredential)
Deprecated.
-