Interface AccountInfoSecure


public interface AccountInfoSecure
An immutable client-side representation of AccountInfoSecure.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the accountId property: Account Id of the account this environment is linked to.
    Gets the apiKey property: API Key of the user account.
    Gets the inner com.azure.resourcemanager.dynatrace.fluent.models.AccountInfoSecureInner object.
    Gets the regionId property: Region in which the account is created.
  • Method Details

    • accountId

      String accountId()
      Gets the accountId property: Account Id of the account this environment is linked to.
      Returns:
      the accountId value.
    • apiKey

      String apiKey()
      Gets the apiKey property: API Key of the user account.
      Returns:
      the apiKey value.
    • regionId

      String regionId()
      Gets the regionId property: Region in which the account is created.
      Returns:
      the regionId value.
    • innerModel

      Gets the inner com.azure.resourcemanager.dynatrace.fluent.models.AccountInfoSecureInner object.
      Returns:
      the inner object.