Uses of Class
com.okta.sdk.resource.model.IAMBundleEntitlement
Packages that use IAMBundleEntitlement
-
Uses of IAMBundleEntitlement in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return IAMBundleEntitlementModifier and TypeMethodDescriptionIAMBundleEntitlement.addresourceSetsItem(String resourceSetsItem) IAMBundleEntitlement.addtargetsItem(String targetsItem) IAMBundleEntitlement.resourceSets(List<String> resourceSets) Methods in com.okta.sdk.resource.model that return types with arguments of type IAMBundleEntitlementModifier and TypeMethodDescriptionGovernanceBundleCreateRequest.getEntitlements()Get entitlementsGovernanceBundleUpdateRequest.getEntitlements()Get entitlementsMethods in com.okta.sdk.resource.model with parameters of type IAMBundleEntitlementModifier and TypeMethodDescriptionGovernanceBundleCreateRequest.addentitlementsItem(IAMBundleEntitlement entitlementsItem) GovernanceBundleUpdateRequest.addentitlementsItem(IAMBundleEntitlement entitlementsItem) Method parameters in com.okta.sdk.resource.model with type arguments of type IAMBundleEntitlementModifier and TypeMethodDescriptionGovernanceBundleCreateRequest.entitlements(List<IAMBundleEntitlement> entitlements) GovernanceBundleUpdateRequest.entitlements(List<IAMBundleEntitlement> entitlements) voidGovernanceBundleCreateRequest.setEntitlements(List<IAMBundleEntitlement> entitlements) voidGovernanceBundleUpdateRequest.setEntitlements(List<IAMBundleEntitlement> entitlements)