UserInfoResponse

data class UserInfoResponse(val userAltSecId: String? = null, val userIdp: String? = null, val userIss: String? = null, val userName: String? = null, val userObjectId: String? = null, val userPuId: String? = null, val userTenantId: String? = null)

User who created.

Constructors

Link copied to clipboard
constructor(userAltSecId: String? = null, userIdp: String? = null, userIss: String? = null, userName: String? = null, userObjectId: String? = null, userPuId: String? = null, userTenantId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val userAltSecId: String? = null

A user alternate sec id. This represents the user in a different identity provider system Eg.1:live.com:puid

Link copied to clipboard
val userIdp: String? = null

A user identity provider. Eg live.com

Link copied to clipboard
val userIss: String? = null

The issuer which issued the token for this user.

Link copied to clipboard
val userName: String? = null

A user's full name or a service principal's app ID.

Link copied to clipboard
val userObjectId: String? = null

A user or service principal's object ID..

Link copied to clipboard
val userPuId: String? = null

A user or service principal's PuID.

Link copied to clipboard
val userTenantId: String? = null

A user or service principal's tenant ID.