Uses of Class
com.okta.sdk.resource.model.Role
Packages that use Role
-
Uses of Role in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return RoleModifier and TypeMethodDescriptionRoleAssignmentApi.assignRoleToGroup(String groupId, AssignRoleRequest assignRoleRequest, Boolean disableNotifications) Assign a Role to a Group Assigns a role to a groupRoleAssignmentApi.assignRoleToGroup(String groupId, AssignRoleRequest assignRoleRequest, Boolean disableNotifications, Map<String, String> additionalHeaders) Assign a Role to a Group Assigns a role to a groupRoleAssignmentApi.assignRoleToUser(String userId, AssignRoleRequest assignRoleRequest, Boolean disableNotifications) Assign a Role to a User Assigns a role to a user identified by `userId`RoleAssignmentApi.assignRoleToUser(String userId, AssignRoleRequest assignRoleRequest, Boolean disableNotifications, Map<String, String> additionalHeaders) Assign a Role to a User Assigns a role to a user identified by `userId`RoleAssignmentApi.getGroupAssignedRole(String groupId, String roleId) Retrieve a Role assigned to Group Retrieves a role identified by `roleId` assigned to group identified by `groupId`RoleAssignmentApi.getGroupAssignedRole(String groupId, String roleId, Map<String, String> additionalHeaders) Retrieve a Role assigned to Group Retrieves a role identified by `roleId` assigned to group identified by `groupId`RoleAssignmentApi.getUserAssignedRole(String userId, String roleId) Retrieve a Role assigned to a User Retrieves a role identified by `roleId` assigned to a user identified by `userId`RoleAssignmentApi.getUserAssignedRole(String userId, String roleId, Map<String, String> additionalHeaders) Retrieve a Role assigned to a User Retrieves a role identified by `roleId` assigned to a user identified by `userId`Methods in com.okta.sdk.resource.api that return types with arguments of type RoleModifier and TypeMethodDescriptionRoleAssignmentApi.listAssignedRolesForUser(String userId, String expand) List all Roles assigned to a User Lists all roles assigned to a user identified by `userId`RoleAssignmentApi.listAssignedRolesForUser(String userId, String expand, Map<String, String> additionalHeaders) List all Roles assigned to a User Lists all roles assigned to a user identified by `userId`RoleAssignmentApi.listGroupAssignedRoles(String groupId, String expand) List all Assigned Roles of Group Lists all assigned roles of group identified by `groupId`RoleAssignmentApi.listGroupAssignedRoles(String groupId, String expand, Map<String, String> additionalHeaders) List all Assigned Roles of Group Lists all assigned roles of group identified by `groupId` -
Uses of Role in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return RoleModifier and TypeMethodDescriptionRole.assignmentType(RoleAssignmentType assignmentType) Role.description(String description) Role.status(LifecycleStatus status)