Class MicrosoftGraphIdentity
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphIdentity
identity.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphIdentity class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: identity.Get the displayName property: The identity's display name.id()Get the id property: Unique identifier for the identity.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: identity.withDisplayName(String displayName) Set the displayName property: The identity's display name.Set the id property: Unique identifier for the identity.
-
Constructor Details
-
MicrosoftGraphIdentity
public MicrosoftGraphIdentity()Creates an instance of MicrosoftGraphIdentity class.
-
-
Method Details
-
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:
- the displayName value.
-
withDisplayName
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:
displayName- the displayName value to set.- Returns:
- the MicrosoftGraphIdentity object itself.
-
id
Get the id property: Unique identifier for the identity.- Returns:
- the id value.
-
withId
Set the id property: Unique identifier for the identity.- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphIdentity object itself.
-
additionalProperties
Get the additionalProperties property: identity.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: identity.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphIdentity object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-