Get User Result
data class GetUserResult(val createdDate: String, val id: String, val identity: UserIdentityResponse? = null, val location: String? = null, val name: String, val provisioningState: String, val secretStore: UserSecretStoreResponse? = null, val tags: Map<String, String>? = null, val type: String, val uniqueIdentifier: String)
Profile of a lab user.
Constructors
Link copied to clipboard
fun GetUserResult(createdDate: String, id: String, identity: UserIdentityResponse? = null, location: String? = null, name: String, provisioningState: String, secretStore: UserSecretStoreResponse? = null, tags: Map<String, String>? = null, type: String, uniqueIdentifier: String)