Class MicrosoftGraphIdentitySet
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphIdentitySet
-
public final class MicrosoftGraphIdentitySet extends Object
identitySet.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphIdentitySet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: identitySet.MicrosoftGraphIdentity
application()
Get the application property: identity.MicrosoftGraphIdentity
device()
Get the device property: identity.MicrosoftGraphIdentity
user()
Get the user property: identity.void
validate()
Validates the instance.MicrosoftGraphIdentitySet
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: identitySet.MicrosoftGraphIdentitySet
withApplication(MicrosoftGraphIdentity application)
Set the application property: identity.MicrosoftGraphIdentitySet
withDevice(MicrosoftGraphIdentity device)
Set the device property: identity.MicrosoftGraphIdentitySet
withUser(MicrosoftGraphIdentity user)
Set the user property: identity.
-
-
-
Method Detail
-
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
public MicrosoftGraphIdentitySet withDevice(MicrosoftGraphIdentity device)
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
public MicrosoftGraphIdentitySet withUser(MicrosoftGraphIdentity user)
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.
-
-