Uses of Class
com.oracle.bmc.identitydomains.model.AppRoleApp
-
Packages that use AppRoleApp Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppRoleApp in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppRoleApp Modifier and Type Method Description AppRoleApp
AppRoleApp.Builder. build()
AppRoleApp
AppRole. getApp()
Methods in com.oracle.bmc.identitydomains.model with parameters of type AppRoleApp Modifier and Type Method Description AppRole.Builder
AppRole.Builder. app(AppRoleApp app)
AppRoleApp.Builder
AppRoleApp.Builder. copy(AppRoleApp model)
Constructors in com.oracle.bmc.identitydomains.model with parameters of type AppRoleApp Constructor Description AppRole(String id, String ocid, List<String> schemas, Meta meta, IdcsCreatedBy idcsCreatedBy, IdcsLastModifiedBy idcsLastModifiedBy, List<IdcsPreventedOperations> idcsPreventedOperations, List<Tags> tags, Boolean deleteInProgress, String idcsLastUpgradedInRelease, String domainOcid, String compartmentOcid, String tenancyOcid, String displayName, String uniqueName, String description, String legacyGroupName, Boolean adminRole, Boolean limitedToOneOrMoreGroups, Boolean availableToUsers, Boolean availableToGroups, Boolean availableToClients, Boolean isPublic, String localizedDisplayName, AppRoleApp app, List<AppRoleMembers> members)
Deprecated.
-