Uses of Class
com.okta.sdk.resource.model.Role
-
Uses of Role in com.okta.sdk.resource.api
Modifier 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`Modifier 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
Modifier and TypeMethodDescriptionRole.assignmentType
(RoleAssignmentType assignmentType) Role.description
(String description) Role.resourceSet
(String resourceSet) Role.status
(LifecycleStatus status)