Uses of Class
com.oracle.bmc.identitydomains.model.AppDenyAuthzPolicy
- 
Packages that use AppDenyAuthzPolicy Package Description com.oracle.bmc.identitydomains.model 
- 
- 
Uses of AppDenyAuthzPolicy in com.oracle.bmc.identitydomains.modelMethods in com.oracle.bmc.identitydomains.model that return AppDenyAuthzPolicy Modifier and Type Method Description AppDenyAuthzPolicyAppDenyAuthzPolicy.Builder. build()AppDenyAuthzPolicyAppExtensionEnterpriseAppApp. getDenyAuthzPolicy()Methods in com.oracle.bmc.identitydomains.model with parameters of type AppDenyAuthzPolicy Modifier and Type Method Description AppDenyAuthzPolicy.BuilderAppDenyAuthzPolicy.Builder. copy(AppDenyAuthzPolicy model)AppExtensionEnterpriseAppApp.BuilderAppExtensionEnterpriseAppApp.Builder. denyAuthzPolicy(AppDenyAuthzPolicy denyAuthzPolicy)Constructors in com.oracle.bmc.identitydomains.model with parameters of type AppDenyAuthzPolicy Constructor Description AppExtensionEnterpriseAppApp(List<AppAppResources> appResources, AppDenyAuthzPolicy denyAuthzPolicy, AppAllowAuthzPolicy allowAuthzPolicy, Integer allowAuthzDecisionTTL, Integer denyAuthzDecisionTTL)Deprecated.
 
-