Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphObjectIdentity
Packages that use MicrosoftGraphObjectIdentity
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphObjectIdentity in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphObjectIdentityModifier and TypeMethodDescriptionMicrosoftGraphObjectIdentity.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: objectIdentity.MicrosoftGraphObjectIdentity.withIssuer(String issuer) Set the issuer property: Specifies the issuer of the identity, for example facebook.com.For local accounts (where signInType is not federated), this property is the local B2C tenant default domain name, for example contoso.onmicrosoft.com.For external users from other Azure AD organization, this will be the domain of the federated organization, for example contoso.com.Supports $filter.MicrosoftGraphObjectIdentity.withIssuerAssignedId(String issuerAssignedId) Set the issuerAssignedId property: Specifies the unique identifier assigned to the user by the issuer.MicrosoftGraphObjectIdentity.withSignInType(String signInType) Set the signInType property: Specifies the user sign-in types in your directory, such as emailAddress, userName or federated.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphObjectIdentityModifier and TypeMethodDescriptionMicrosoftGraphUserInner.identities()Get the identities property: Represents the identities that can be used to sign in to this user account.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphObjectIdentityModifier and TypeMethodDescriptionMicrosoftGraphUserInner.withIdentities(List<MicrosoftGraphObjectIdentity> identities) Set the identities property: Represents the identities that can be used to sign in to this user account.