Class ElasticCloudUser

java.lang.Object
com.azure.resourcemanager.elastic.models.ElasticCloudUser

public final class ElasticCloudUser extends Object
Details of the user's elastic account.
  • Constructor Details

    • ElasticCloudUser

      public ElasticCloudUser()
      Creates an instance of ElasticCloudUser class.
  • Method Details

    • emailAddress

      public String emailAddress()
      Get the emailAddress property: Email of the Elastic User Account.
      Returns:
      the emailAddress value.
    • id

      public String id()
      Get the id property: User Id of the elastic account of the User.
      Returns:
      the id value.
    • elasticCloudSsoDefaultUrl

      public String elasticCloudSsoDefaultUrl()
      Get the elasticCloudSsoDefaultUrl property: Elastic cloud default dashboard sso URL of the Elastic user account.
      Returns:
      the elasticCloudSsoDefaultUrl value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.