Class AuthenticationMethodsRootUsersRegisteredByFeatureParameterSet

java.lang.Object
com.microsoft.graph.models.AuthenticationMethodsRootUsersRegisteredByFeatureParameterSet

public class AuthenticationMethodsRootUsersRegisteredByFeatureParameterSet extends Object
The class for the Authentication Methods Root Users Registered By Feature Parameter Set.
  • Field Details

    • includedUserTypes

      @SerializedName(value="includedUserTypes", alternate="IncludedUserTypes") @Expose @Nullable public IncludedUserTypes includedUserTypes
      The included User Types.
    • includedUserRoles

      @SerializedName(value="includedUserRoles", alternate="IncludedUserRoles") @Expose @Nullable public IncludedUserRoles includedUserRoles
      The included User Roles.
  • Constructor Details

    • AuthenticationMethodsRootUsersRegisteredByFeatureParameterSet

      public AuthenticationMethodsRootUsersRegisteredByFeatureParameterSet()
      Instiaciates a new AuthenticationMethodsRootUsersRegisteredByFeatureParameterSet
    • AuthenticationMethodsRootUsersRegisteredByFeatureParameterSet

      protected AuthenticationMethodsRootUsersRegisteredByFeatureParameterSet(@Nonnull AuthenticationMethodsRootUsersRegisteredByFeatureParameterSet.AuthenticationMethodsRootUsersRegisteredByFeatureParameterSetBuilder builder)
      Instiaciates a new AuthenticationMethodsRootUsersRegisteredByFeatureParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details