MicrosoftGraphIdentitySet Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphIdentitySet
- com.
Implements
public final class MicrosoftGraphIdentitySet
implements JsonSerializable<MicrosoftGraphIdentitySet>
identitySet.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphIdentitySet() |
Creates an instance of Microsoft |
Method Summary
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphIdentitySet
public MicrosoftGraphIdentitySet()
Creates an instance of MicrosoftGraphIdentitySet class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: identitySet.
Returns:
application
public MicrosoftGraphIdentity application()
Get the application property: identity.
Returns:
device
public MicrosoftGraphIdentity device()
Get the device property: identity.
Returns:
fromJson
public static MicrosoftGraphIdentitySet fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphIdentitySet from the JsonReader.
Parameters:
Returns:
Throws:
toJson
user
public MicrosoftGraphIdentity user()
Get the user property: identity.
Returns:
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphIdentitySet withAdditionalProperties(Map
Set the additionalProperties property: identitySet.
Parameters:
Returns:
withApplication
public MicrosoftGraphIdentitySet withApplication(MicrosoftGraphIdentity application)
Set the application property: identity.
Parameters:
Returns:
withDevice
public MicrosoftGraphIdentitySet withDevice(MicrosoftGraphIdentity device)
Set the device property: identity.
Parameters:
Returns:
withUser
public MicrosoftGraphIdentitySet withUser(MicrosoftGraphIdentity user)
Set the user property: identity.
Parameters:
Returns:
Applies to
Azure SDK for Java