Class SignInName

java.lang.Object
com.microsoft.azure.management.graphrbac.SignInName

public class SignInName extends Object
Contains information about a sign-in name of a local account user in an Azure Active Directory B2C tenant.
  • Constructor Details

    • SignInName

      public SignInName()
  • Method Details

    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties value.
      Returns:
      the additionalProperties value
    • withAdditionalProperties

      public SignInName withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties value.
      Parameters:
      additionalProperties - the additionalProperties value to set
      Returns:
      the SignInName object itself.
    • type

      public String type()
      Get the type value.
      Returns:
      the type value
    • withType

      public SignInName withType(String type)
      Set the type value.
      Parameters:
      type - the type value to set
      Returns:
      the SignInName object itself.
    • value

      public String value()
      Get the value value.
      Returns:
      the value value
    • withValue

      public SignInName withValue(String value)
      Set the value value.
      Parameters:
      value - the value value to set
      Returns:
      the SignInName object itself.