Package com.microsoft.graph.models
Class AuthenticationStrengthPolicyUpdateAllowedCombinationsParameterSet
java.lang.Object
com.microsoft.graph.models.AuthenticationStrengthPolicyUpdateAllowedCombinationsParameterSet
The class for the Authentication Strength Policy Update Allowed Combinations Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the AuthenticationStrengthPolicyUpdateAllowedCombinationsParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe allowed Combinations. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new AuthenticationStrengthPolicyUpdateAllowedCombinationsParameterSetprotectedAuthenticationStrengthPolicyUpdateAllowedCombinationsParameterSet(AuthenticationStrengthPolicyUpdateAllowedCombinationsParameterSet.AuthenticationStrengthPolicyUpdateAllowedCombinationsParameterSetBuilder builder) Instiaciates a new AuthenticationStrengthPolicyUpdateAllowedCombinationsParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
allowedCombinations
@SerializedName(value="allowedCombinations", alternate="AllowedCombinations") @Expose @Nullable public List<EnumSet<AuthenticationMethodModes>> allowedCombinationsThe allowed Combinations.
-
-
Constructor Details
-
AuthenticationStrengthPolicyUpdateAllowedCombinationsParameterSet
public AuthenticationStrengthPolicyUpdateAllowedCombinationsParameterSet()Instiaciates a new AuthenticationStrengthPolicyUpdateAllowedCombinationsParameterSet -
AuthenticationStrengthPolicyUpdateAllowedCombinationsParameterSet
protected AuthenticationStrengthPolicyUpdateAllowedCombinationsParameterSet(@Nonnull AuthenticationStrengthPolicyUpdateAllowedCombinationsParameterSet.AuthenticationStrengthPolicyUpdateAllowedCombinationsParameterSetBuilder builder) Instiaciates a new AuthenticationStrengthPolicyUpdateAllowedCombinationsParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static AuthenticationStrengthPolicyUpdateAllowedCombinationsParameterSet.AuthenticationStrengthPolicyUpdateAllowedCombinationsParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-