Class DynatraceSingleSignOnProperties

java.lang.Object
com.azure.resourcemanager.dynatrace.fluent.models.DynatraceSingleSignOnProperties

public final class DynatraceSingleSignOnProperties extends Object
The details of a Dynatrace single sign-on.
  • Constructor Details

    • DynatraceSingleSignOnProperties

      public DynatraceSingleSignOnProperties()
  • Method Details

    • singleSignOnState

      public SingleSignOnStates singleSignOnState()
      Get the singleSignOnState property: State of Single Sign On.
      Returns:
      the singleSignOnState value.
    • withSingleSignOnState

      public DynatraceSingleSignOnProperties withSingleSignOnState(SingleSignOnStates singleSignOnState)
      Set the singleSignOnState property: State of Single Sign On.
      Parameters:
      singleSignOnState - the singleSignOnState value to set.
      Returns:
      the DynatraceSingleSignOnProperties object itself.
    • enterpriseAppId

      public String enterpriseAppId()
      Get the enterpriseAppId property: Version of the Dynatrace agent installed on the VM.
      Returns:
      the enterpriseAppId value.
    • withEnterpriseAppId

      public DynatraceSingleSignOnProperties withEnterpriseAppId(String enterpriseAppId)
      Set the enterpriseAppId property: Version of the Dynatrace agent installed on the VM.
      Parameters:
      enterpriseAppId - the enterpriseAppId value to set.
      Returns:
      the DynatraceSingleSignOnProperties object itself.
    • singleSignOnUrl

      public String singleSignOnUrl()
      Get the singleSignOnUrl property: The login URL specific to this Dynatrace Environment.
      Returns:
      the singleSignOnUrl value.
    • withSingleSignOnUrl

      public DynatraceSingleSignOnProperties withSingleSignOnUrl(String singleSignOnUrl)
      Set the singleSignOnUrl property: The login URL specific to this Dynatrace Environment.
      Parameters:
      singleSignOnUrl - the singleSignOnUrl value to set.
      Returns:
      the DynatraceSingleSignOnProperties object itself.
    • aadDomains

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

      public DynatraceSingleSignOnProperties withAadDomains(List<String> aadDomains)
      Set the aadDomains property: array of Aad(azure active directory) domains.
      Parameters:
      aadDomains - the aadDomains value to set.
      Returns:
      the DynatraceSingleSignOnProperties object itself.
    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: Provisioning state of the resource.
      Returns:
      the provisioningState value.
    • validate

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