public static interface UserAccessResultItem.Builder extends SdkPojo, CopyableBuilder<UserAccessResultItem.Builder,UserAccessResultItem>
| Modifier and Type | Method and Description |
|---|---|
UserAccessResultItem.Builder |
app(String app)
The name of the application.
|
UserAccessResultItem.Builder |
email(String email)
The email address of the target user.
|
UserAccessResultItem.Builder |
resultStatus(ResultStatus resultStatus)
The status of the user access result item.
|
UserAccessResultItem.Builder |
resultStatus(String resultStatus)
The status of the user access result item.
|
default UserAccessResultItem.Builder |
taskError(Consumer<TaskError.Builder> taskError)
Contains information about an error returned from a user access task.
|
UserAccessResultItem.Builder |
taskError(TaskError taskError)
Contains information about an error returned from a user access task.
|
UserAccessResultItem.Builder |
taskId(String taskId)
The unique ID of the task.
|
UserAccessResultItem.Builder |
tenantDisplayName(String tenantDisplayName)
The display name of the tenant.
|
UserAccessResultItem.Builder |
tenantId(String tenantId)
The ID of the application tenant.
|
UserAccessResultItem.Builder |
userFirstName(String userFirstName)
The first name of the user.
|
UserAccessResultItem.Builder |
userFullName(String userFullName)
The full name of the user.
|
UserAccessResultItem.Builder |
userId(String userId)
The unique ID of user.
|
UserAccessResultItem.Builder |
userLastName(String userLastName)
The last name of the user.
|
UserAccessResultItem.Builder |
userStatus(String userStatus)
The status of the user returned by the application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUserAccessResultItem.Builder app(String app)
The name of the application.
app - The name of the application.UserAccessResultItem.Builder tenantId(String tenantId)
The ID of the application tenant.
tenantId - The ID of the application tenant.UserAccessResultItem.Builder tenantDisplayName(String tenantDisplayName)
The display name of the tenant.
tenantDisplayName - The display name of the tenant.UserAccessResultItem.Builder taskId(String taskId)
The unique ID of the task.
taskId - The unique ID of the task.UserAccessResultItem.Builder resultStatus(String resultStatus)
The status of the user access result item.
The following states are possible:
IN_PROGRESS: The user access task is in progress.
COMPLETED: The user access task completed successfully.
FAILED: The user access task failed.
EXPIRED: The user access task expired.
resultStatus - The status of the user access result item.
The following states are possible:
IN_PROGRESS: The user access task is in progress.
COMPLETED: The user access task completed successfully.
FAILED: The user access task failed.
EXPIRED: The user access task expired.
ResultStatus,
ResultStatusUserAccessResultItem.Builder resultStatus(ResultStatus resultStatus)
The status of the user access result item.
The following states are possible:
IN_PROGRESS: The user access task is in progress.
COMPLETED: The user access task completed successfully.
FAILED: The user access task failed.
EXPIRED: The user access task expired.
resultStatus - The status of the user access result item.
The following states are possible:
IN_PROGRESS: The user access task is in progress.
COMPLETED: The user access task completed successfully.
FAILED: The user access task failed.
EXPIRED: The user access task expired.
ResultStatus,
ResultStatusUserAccessResultItem.Builder email(String email)
The email address of the target user.
email - The email address of the target user.UserAccessResultItem.Builder userId(String userId)
The unique ID of user.
userId - The unique ID of user.UserAccessResultItem.Builder userFullName(String userFullName)
The full name of the user.
userFullName - The full name of the user.UserAccessResultItem.Builder userFirstName(String userFirstName)
The first name of the user.
userFirstName - The first name of the user.UserAccessResultItem.Builder userLastName(String userLastName)
The last name of the user.
userLastName - The last name of the user.UserAccessResultItem.Builder userStatus(String userStatus)
The status of the user returned by the application.
userStatus - The status of the user returned by the application.UserAccessResultItem.Builder taskError(TaskError taskError)
Contains information about an error returned from a user access task.
taskError - Contains information about an error returned from a user access task.default UserAccessResultItem.Builder taskError(Consumer<TaskError.Builder> taskError)
Contains information about an error returned from a user access task.
This is a convenience method that creates an instance of theTaskError.Builder avoiding the need to
create one manually via TaskError.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to taskError(TaskError).
taskError - a consumer that will call methods on TaskError.BuildertaskError(TaskError)Copyright © 2023. All rights reserved.