Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphIdentity
-
Packages that use MicrosoftGraphIdentity Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphIdentity in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphIdentity Modifier and Type Method Description MicrosoftGraphIdentity
MicrosoftGraphIdentitySet. application()
Get the application property: identity.MicrosoftGraphIdentity
MicrosoftGraphSharingLink. application()
Get the application property: identity.MicrosoftGraphIdentity
MicrosoftGraphIdentitySet. device()
Get the device property: identity.MicrosoftGraphIdentity
MicrosoftGraphScopedRoleMembershipInner. roleMemberInfo()
Get the roleMemberInfo property: identity.MicrosoftGraphIdentity
MicrosoftGraphIdentitySet. user()
Get the user property: identity.MicrosoftGraphIdentity
MicrosoftGraphIdentity. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: identity.MicrosoftGraphIdentity
MicrosoftGraphIdentity. withDisplayName(String displayName)
Set the displayName property: The identity's display name.MicrosoftGraphIdentity
MicrosoftGraphIdentity. withId(String id)
Set the id property: Unique identifier for the identity.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphIdentity Modifier and Type Method Description MicrosoftGraphIdentitySet
MicrosoftGraphIdentitySet. withApplication(MicrosoftGraphIdentity application)
Set the application property: identity.MicrosoftGraphSharingLink
MicrosoftGraphSharingLink. withApplication(MicrosoftGraphIdentity application)
Set the application property: identity.MicrosoftGraphIdentitySet
MicrosoftGraphIdentitySet. withDevice(MicrosoftGraphIdentity device)
Set the device property: identity.MicrosoftGraphScopedRoleMembershipInner
MicrosoftGraphScopedRoleMembershipInner. withRoleMemberInfo(MicrosoftGraphIdentity roleMemberInfo)
Set the roleMemberInfo property: identity.MicrosoftGraphIdentitySet
MicrosoftGraphIdentitySet. withUser(MicrosoftGraphIdentity user)
Set the user property: identity.
-