MicrosoftGraphIdentity Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphIdentity
- com.
Implements
public final class MicrosoftGraphIdentity
implements JsonSerializable<MicrosoftGraphIdentity>
Represents an identity.
Constructor Summary
| Constructor | Description |
|---|---|
| MicrosoftGraphIdentity() |
Creates an instance of Microsoft |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
| String |
displayName()
Get the display |
|
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
| String |
id()
Get the id property: Unique identifier for the identity. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Microsoft |
withDisplayName(String displayName)
Set the display |
|
Microsoft |
withId(String id)
Set the id property: Unique identifier for the identity. |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphIdentity
public MicrosoftGraphIdentity()
Creates an instance of MicrosoftGraphIdentity class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: identity.
Returns:
displayName
public String displayName()
Get the displayName property: The identity's display name. Note that this may not always be available or up to date. For example, if a user changes their display name, the API may show the new value in a future response, but the items associated with the user won't show up as having changed when using delta.
Returns:
fromJson
public static MicrosoftGraphIdentity fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphIdentity from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Unique identifier for the identity.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphIdentity withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: identity.
Parameters:
Returns:
withDisplayName
public MicrosoftGraphIdentity withDisplayName(String displayName)
Set the displayName property: The identity's display name. Note that this may not always be available or up to date. For example, if a user changes their display name, the API may show the new value in a future response, but the items associated with the user won't show up as having changed when using delta.
Parameters:
Returns:
withId
public MicrosoftGraphIdentity withId(String id)
Set the id property: Unique identifier for the identity.
Parameters:
Returns: