Uses of Class
com.oracle.bmc.identitydomains.model.AppProtectableSecondaryAudiences
-
Packages that use AppProtectableSecondaryAudiences Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppProtectableSecondaryAudiences in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppProtectableSecondaryAudiences Modifier and Type Method Description AppProtectableSecondaryAudiences
AppProtectableSecondaryAudiences.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type AppProtectableSecondaryAudiences Modifier and Type Method Description List<AppProtectableSecondaryAudiences>
App. getProtectableSecondaryAudiences()
A list of secondary audiences–additional URIs to be added automatically to any OAuth token that allows access to this App.Methods in com.oracle.bmc.identitydomains.model with parameters of type AppProtectableSecondaryAudiences Modifier and Type Method Description AppProtectableSecondaryAudiences.Builder
AppProtectableSecondaryAudiences.Builder. copy(AppProtectableSecondaryAudiences model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type AppProtectableSecondaryAudiences Modifier and Type Method Description App.Builder
App.Builder. protectableSecondaryAudiences(List<AppProtectableSecondaryAudiences> protectableSecondaryAudiences)
A list of secondary audiences–additional URIs to be added automatically to any OAuth token that allows access to this App.
-