Uses of Class
microsoft.graph.externalconnectors.enums.IdentitySourceType
-
Packages that use IdentitySourceType Package Description microsoft.graph.externalconnectors.complex microsoft.graph.externalconnectors.entity microsoft.graph.externalconnectors.enums -
-
Uses of IdentitySourceType in microsoft.graph.externalconnectors.complex
Fields in microsoft.graph.externalconnectors.complex declared as IdentitySourceType Modifier and Type Field Description protected IdentitySourceTypeAcl. identitySourceMethods in microsoft.graph.externalconnectors.complex that return types with arguments of type IdentitySourceType Modifier and Type Method Description Optional<IdentitySourceType>Acl. getIdentitySource()Methods in microsoft.graph.externalconnectors.complex with parameters of type IdentitySourceType Modifier and Type Method Description Acl.BuilderAcl.Builder. identitySource(IdentitySourceType identitySource)AclAcl. withIdentitySource(IdentitySourceType identitySource) -
Uses of IdentitySourceType in microsoft.graph.externalconnectors.entity
Fields in microsoft.graph.externalconnectors.entity declared as IdentitySourceType Modifier and Type Field Description protected IdentitySourceTypeExternalGroupMember. identitySourceMethods in microsoft.graph.externalconnectors.entity that return types with arguments of type IdentitySourceType Modifier and Type Method Description Optional<IdentitySourceType>ExternalGroupMember. getIdentitySource()Methods in microsoft.graph.externalconnectors.entity with parameters of type IdentitySourceType Modifier and Type Method Description ExternalGroupMember.BuilderExternalGroupMember.Builder. identitySource(IdentitySourceType identitySource)ExternalGroupMemberExternalGroupMember. withIdentitySource(IdentitySourceType identitySource) -
Uses of IdentitySourceType in microsoft.graph.externalconnectors.enums
Methods in microsoft.graph.externalconnectors.enums that return IdentitySourceType Modifier and Type Method Description static IdentitySourceTypeIdentitySourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static IdentitySourceType[]IdentitySourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-