User

class User

The details of the user.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the user can use the GetProgrammaticAccessCredentials API to obtain credentials that can then be used to access other FinSpace Data API operations.

Link copied to clipboard

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. This must be an IAM role within your FinSpace account.

Link copied to clipboard

The timestamp at which the user was created in FinSpace. The value is determined as epoch time in milliseconds.

Link copied to clipboard

The email address of the user. The email address serves as a uniquer identifier for each user and cannot be changed after it's created.

Link copied to clipboard

The first name of the user.

Link copied to clipboard

Describes the last time the user was deactivated. The value is determined as epoch time in milliseconds.

Link copied to clipboard

Describes the last time the user was activated. The value is determined as epoch time in milliseconds.

Link copied to clipboard

Describes the last time that the user logged into their account. The value is determined as epoch time in milliseconds.

Link copied to clipboard

Describes the last time the user was updated. The value is determined as epoch time in milliseconds.

Link copied to clipboard

The last name of the user.

Link copied to clipboard

The current status of the user.

Link copied to clipboard

Indicates the type of user.

Link copied to clipboard

The unique identifier for the user.

Functions

Link copied to clipboard
inline fun copy(block: User.Builder.() -> Unit = {}): User
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String