Class MicrosoftGraphIdentitySet
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphIdentitySet
identitySet.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphIdentitySet class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: identitySet.Get the application property: identity.device()Get the device property: identity.user()Get the user property: identity.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: identitySet.withApplication(MicrosoftGraphIdentity application) Set the application property: identity.withDevice(MicrosoftGraphIdentity device) Set the device property: identity.Set the user property: identity.
-
Constructor Details
-
MicrosoftGraphIdentitySet
public MicrosoftGraphIdentitySet()Creates an instance of MicrosoftGraphIdentitySet class.
-
-
Method Details
-
application
Get the application property: identity.- Returns:
- the application value.
-
withApplication
Set the application property: identity.- Parameters:
application- the application value to set.- Returns:
- the MicrosoftGraphIdentitySet object itself.
-
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
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
Get the additionalProperties property: identitySet.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
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.
-