Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphInsightIdentity
-
Packages that use MicrosoftGraphInsightIdentity Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphInsightIdentity in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphInsightIdentity Modifier and Type Method Description MicrosoftGraphInsightIdentity
MicrosoftGraphSharingDetail. sharedBy()
Get the sharedBy property: insightIdentity.MicrosoftGraphInsightIdentity
MicrosoftGraphInsightIdentity. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: insightIdentity.MicrosoftGraphInsightIdentity
MicrosoftGraphInsightIdentity. withAddress(String address)
Set the address property: The email address of the user who shared the item.MicrosoftGraphInsightIdentity
MicrosoftGraphInsightIdentity. withDisplayName(String displayName)
Set the displayName property: The display name of the user who shared the item.MicrosoftGraphInsightIdentity
MicrosoftGraphInsightIdentity. withId(String id)
Set the id property: The id of the user who shared the item.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphInsightIdentity Modifier and Type Method Description MicrosoftGraphSharingDetail
MicrosoftGraphSharingDetail. withSharedBy(MicrosoftGraphInsightIdentity sharedBy)
Set the sharedBy property: insightIdentity.
-