User.Builder |
User.Builder.apiAccess(String apiAccess) |
Indicates whether the user can use the GetProgrammaticAccessCredentials API to obtain
credentials that can then be used to access other FinSpace Data API operations.
|
User.Builder |
User.Builder.apiAccess(ApiAccess apiAccess) |
Indicates whether the user can use the GetProgrammaticAccessCredentials API to obtain
credentials that can then be used to access other FinSpace Data API operations.
|
User.Builder |
User.Builder.apiAccessPrincipalArn(String apiAccessPrincipalArn) |
The ARN identifier of an AWS user or role that is allowed to call the
GetProgrammaticAccessCredentials API to obtain a credentials token for a specific FinSpace user.
|
static User.Builder |
User.builder() |
|
User.Builder |
User.Builder.createTime(Long createTime) |
The timestamp at which the user was created in FinSpace.
|
User.Builder |
User.Builder.emailAddress(String emailAddress) |
The email address of the user.
|
User.Builder |
User.Builder.firstName(String firstName) |
The first name of the user.
|
User.Builder |
User.Builder.lastDisabledTime(Long lastDisabledTime) |
Describes the last time the user was deactivated.
|
User.Builder |
User.Builder.lastEnabledTime(Long lastEnabledTime) |
Describes the last time the user was activated.
|
User.Builder |
User.Builder.lastLoginTime(Long lastLoginTime) |
Describes the last time that the user logged into their account.
|
User.Builder |
User.Builder.lastModifiedTime(Long lastModifiedTime) |
Describes the last time the user was updated.
|
User.Builder |
User.Builder.lastName(String lastName) |
The last name of the user.
|
User.Builder |
User.Builder.status(String status) |
The current status of the user.
|
User.Builder |
User.Builder.status(UserStatus status) |
The current status of the user.
|
User.Builder |
User.toBuilder() |
|
User.Builder |
User.Builder.type(String type) |
Indicates the type of user.
|
User.Builder |
User.Builder.type(UserType type) |
Indicates the type of user.
|
User.Builder |
User.Builder.userId(String userId) |
The unique identifier for the user.
|