Class MicrosoftGraphIdentitySet

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphIdentitySet

public final class MicrosoftGraphIdentitySet extends Object
identitySet.
  • Constructor Details

    • MicrosoftGraphIdentitySet

      public MicrosoftGraphIdentitySet()
      Creates an instance of MicrosoftGraphIdentitySet class.
  • Method Details

    • application

      public MicrosoftGraphIdentity application()
      Get the application property: identity.
      Returns:
      the application value.
    • withApplication

      public MicrosoftGraphIdentitySet withApplication(MicrosoftGraphIdentity application)
      Set the application property: identity.
      Parameters:
      application - the application value to set.
      Returns:
      the MicrosoftGraphIdentitySet object itself.
    • device

      public MicrosoftGraphIdentity device()
      Get the device property: identity.
      Returns:
      the device value.
    • withDevice

      Set the device property: identity.
      Parameters:
      device - the device value to set.
      Returns:
      the MicrosoftGraphIdentitySet object itself.
    • user

      public MicrosoftGraphIdentity user()
      Get the user property: identity.
      Returns:
      the user value.
    • withUser

      Set the user property: identity.
      Parameters:
      user - the user value to set.
      Returns:
      the MicrosoftGraphIdentitySet object itself.
    • additionalProperties

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

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

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