Interface SsoDetailsResponse


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

    Modifier and Type
    Method
    Description
    Gets the aadDomains property: array of Aad(azure active directory) domains.
    Gets the adminUsers property: Array of admin user emails.
    Gets the inner com.azure.resourcemanager.dynatrace.fluent.models.SsoDetailsResponseInner object.
    Gets the isSsoEnabled property: Whether the SSO is enabled for this resource or not.
    Gets the metadataUrl property: URL for Azure AD metadata.
    Gets the singleSignOnUrl property: The login URL specific to this Dynatrace Environment.
  • Method Details

    • isSsoEnabled

      SsoStatus isSsoEnabled()
      Gets the isSsoEnabled property: Whether the SSO is enabled for this resource or not.
      Returns:
      the isSsoEnabled value.
    • metadataUrl

      String metadataUrl()
      Gets the metadataUrl property: URL for Azure AD metadata.
      Returns:
      the metadataUrl value.
    • singleSignOnUrl

      String singleSignOnUrl()
      Gets the singleSignOnUrl property: The login URL specific to this Dynatrace Environment.
      Returns:
      the singleSignOnUrl value.
    • aadDomains

      List<String> aadDomains()
      Gets the aadDomains property: array of Aad(azure active directory) domains.
      Returns:
      the aadDomains value.
    • adminUsers

      List<String> adminUsers()
      Gets the adminUsers property: Array of admin user emails.
      Returns:
      the adminUsers value.
    • innerModel

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