Uses of Class
com.oracle.bmc.identitydomains.model.AppIdentityBridges
-
Packages that use AppIdentityBridges Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppIdentityBridges in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppIdentityBridges Modifier and Type Method Description AppIdentityBridges
AppIdentityBridges.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type AppIdentityBridges Modifier and Type Method Description List<AppIdentityBridges>
AppExtensionManagedappApp. getIdentityBridges()
IdentityBridges associated with this AppMethods in com.oracle.bmc.identitydomains.model with parameters of type AppIdentityBridges Modifier and Type Method Description AppIdentityBridges.Builder
AppIdentityBridges.Builder. copy(AppIdentityBridges model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type AppIdentityBridges Modifier and Type Method Description AppExtensionManagedappApp.Builder
AppExtensionManagedappApp.Builder. identityBridges(List<AppIdentityBridges> identityBridges)
IdentityBridges associated with this AppConstructor parameters in com.oracle.bmc.identitydomains.model with type arguments of type AppIdentityBridges 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.
-