Class SsoDetailsRequest

java.lang.Object
com.azure.resourcemanager.dynatrace.models.SsoDetailsRequest

public final class SsoDetailsRequest extends Object
Request for getting sso details for a user.
  • Constructor Details

    • SsoDetailsRequest

      public SsoDetailsRequest()
  • Method Details

    • userPrincipal

      public String userPrincipal()
      Get the userPrincipal property: user principal id of the user.
      Returns:
      the userPrincipal value.
    • withUserPrincipal

      public SsoDetailsRequest withUserPrincipal(String userPrincipal)
      Set the userPrincipal property: user principal id of the user.
      Parameters:
      userPrincipal - the userPrincipal value to set.
      Returns:
      the SsoDetailsRequest object itself.
    • validate

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