UserAccessResultItem

Contains information about a user's access to an application.

Types

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

Properties

Link copied to clipboard
val app: String?

The name of the application.

Link copied to clipboard

The email address of the target user.

Link copied to clipboard

The status of the user access result item.

Link copied to clipboard

Contains information about an error returned from a user access task.

Link copied to clipboard

The unique ID of the task.

Link copied to clipboard

The display name of the tenant.

Link copied to clipboard

The ID of the application tenant.

Link copied to clipboard

The first name of the user.

Link copied to clipboard

The full name of the user.

Link copied to clipboard

The unique ID of user.

Link copied to clipboard

The last name of the user.

Link copied to clipboard

The status of the user returned by the application.

Functions

Link copied to clipboard
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