Uses of Class
microsoft.graph.externalconnectors.enums.IdentityType
-
Packages that use IdentityType Package Description microsoft.graph.externalconnectors.complex microsoft.graph.externalconnectors.enums -
-
Uses of IdentityType in microsoft.graph.externalconnectors.complex
Fields in microsoft.graph.externalconnectors.complex declared as IdentityType Modifier and Type Field Description protected IdentityTypeIdentity. typeMethods in microsoft.graph.externalconnectors.complex that return types with arguments of type IdentityType Modifier and Type Method Description Optional<IdentityType>Identity. getType()Methods in microsoft.graph.externalconnectors.complex 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.
-