ElasticCloudUserResponse

data class ElasticCloudUserResponse(val elasticCloudSsoDefaultUrl: String, val emailAddress: String, val id: String)

Details of the user's elastic account.

Constructors

Link copied to clipboard
constructor(elasticCloudSsoDefaultUrl: String, emailAddress: String, id: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Elastic cloud default dashboard sso URL of the Elastic user account.

Link copied to clipboard

Email of the Elastic User Account.

Link copied to clipboard
val id: String

User Id of the elastic account of the User.