Uses of Enum
com.okta.sdk.resource.model.RolePermissionType
Packages that use RolePermissionType
-
Uses of RolePermissionType in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return RolePermissionTypeModifier and TypeMethodDescriptionstatic RolePermissionTypestatic RolePermissionTypeReturns the enum constant of this type with the specified name.static RolePermissionType[]RolePermissionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model that return types with arguments of type RolePermissionTypeModifier and TypeMethodDescriptionCreateIamRoleRequest.getPermissions()Array of permissions that the Role grants.Methods in com.okta.sdk.resource.model with parameters of type RolePermissionTypeModifier and TypeMethodDescriptionCreateIamRoleRequest.addpermissionsItem(RolePermissionType permissionsItem) Method parameters in com.okta.sdk.resource.model with type arguments of type RolePermissionTypeModifier and TypeMethodDescriptionCreateIamRoleRequest.permissions(List<RolePermissionType> permissions) voidCreateIamRoleRequest.setPermissions(List<RolePermissionType> permissions)