Get User Result
data class GetUserResult(val azureApiVersion: String, val email: String? = null, val firstName: String? = null, val groups: List<GroupContractPropertiesResponse>, val id: String, val identities: List<UserIdentityContractResponse>? = null, val lastName: String? = null, val name: String, val note: String? = null, val registrationDate: String? = null, val state: String? = null, val type: String)
User details.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, email: String? = null, firstName: String? = null, groups: List<GroupContractPropertiesResponse>, id: String, identities: List<UserIdentityContractResponse>? = null, lastName: String? = null, name: String, note: String? = null, registrationDate: String? = null, state: String? = null, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Collection of groups user is part of.
Link copied to clipboard
Collection of user identities.
Link copied to clipboard
Date of user registration. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ
as specified by the ISO 8601 standard.