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 MicrosoftGraphIdentityMicrosoftGraphIdentitySet. application()Get the application property: identity.MicrosoftGraphIdentityMicrosoftGraphSharingLink. application()Get the application property: identity.MicrosoftGraphIdentityMicrosoftGraphIdentitySet. device()Get the device property: identity.MicrosoftGraphIdentityMicrosoftGraphScopedRoleMembershipInner. roleMemberInfo()Get the roleMemberInfo property: identity.MicrosoftGraphIdentityMicrosoftGraphIdentitySet. user()Get the user property: identity.MicrosoftGraphIdentityMicrosoftGraphIdentity. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: identity.MicrosoftGraphIdentityMicrosoftGraphIdentity. withDisplayName(String displayName)Set the displayName property: The identity's display name.MicrosoftGraphIdentityMicrosoftGraphIdentity. 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 MicrosoftGraphIdentitySetMicrosoftGraphIdentitySet. withApplication(MicrosoftGraphIdentity application)Set the application property: identity.MicrosoftGraphSharingLinkMicrosoftGraphSharingLink. withApplication(MicrosoftGraphIdentity application)Set the application property: identity.MicrosoftGraphIdentitySetMicrosoftGraphIdentitySet. withDevice(MicrosoftGraphIdentity device)Set the device property: identity.MicrosoftGraphScopedRoleMembershipInnerMicrosoftGraphScopedRoleMembershipInner. withRoleMemberInfo(MicrosoftGraphIdentity roleMemberInfo)Set the roleMemberInfo property: identity.MicrosoftGraphIdentitySetMicrosoftGraphIdentitySet. withUser(MicrosoftGraphIdentity user)Set the user property: identity.
-