Get Account Result
data class GetAccountResult(val azureApiVersion: String, val createdAt: String, val id: String, val identity: IdentityResponse, val location: String? = null, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val userEmail: String, val userName: String)
An account data transfer object.