Uses of Class
microsoft.graph.externalconnectors.enums.IdentityType
-
Packages that use IdentityType Package Description microsoft.graph.externalconnectors.entity microsoft.graph.externalconnectors.enums -
-
Uses of IdentityType in microsoft.graph.externalconnectors.entity
Fields in microsoft.graph.externalconnectors.entity declared as IdentityType Modifier and Type Field Description protected IdentityTypeIdentity. typeMethods in microsoft.graph.externalconnectors.entity that return types with arguments of type IdentityType Modifier and Type Method Description Optional<IdentityType>Identity. getType()Methods in microsoft.graph.externalconnectors.entity with parameters of type IdentityType Modifier and Type Method Description Identity.BuilderIdentity.Builder. type(IdentityType type)IdentityIdentity. withType(IdentityType type) -
Uses of IdentityType in microsoft.graph.externalconnectors.enums
Methods in microsoft.graph.externalconnectors.enums that return IdentityType Modifier and Type Method Description static IdentityTypeIdentityType. valueOf(String name)Returns the enum constant of this type with the specified name.static IdentityType[]IdentityType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-