You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/models/Application.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -319,7 +319,7 @@ public class Application extends DirectoryObject implements IJsonBackedObject {
319
319
320
320
/**
321
321
* The Tags.
322
-
* Custom strings that can be used to categorize and identify the application. Not nullable. Strings added here will also appear in the tags property of any associated service principals.Supports $filter (eq, not, ge, le, startsWith).
322
+
* Custom strings that can be used to categorize and identify the application. Not nullable. Strings added here will also appear in the tags property of any associated service principals.Supports $filter (eq, not, ge, le, startsWith) and $search.
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/models/AuthenticationCombinationConfiguration.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ public class AuthenticationCombinationConfiguration extends Entity implements IJ
29
29
30
30
/**
31
31
* The Applies To Combinations.
32
-
*
32
+
* Which authentication method combinations this configuration applies to. Must be an allowedCombinations object that's defined for the authenticationStrengthPolicy. The only possible value for fido2combinationConfigurations is 'fido2'.
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/models/AuthenticationMethodModeDetail.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ public class AuthenticationMethodModeDetail extends Entity implements IJsonBacke
28
28
29
29
/**
30
30
* The Authentication Method.
31
-
*
31
+
* The authentication method that this mode modifies. The possible values are: password, voice, hardwareOath, softwareOath, sms, fido2, windowsHelloForBusiness, microsoftAuthenticator, temporaryAccessPass, email, x509Certificate, federation, unknownFutureValue.
@@ -77,7 +77,7 @@ public class AuthenticationStrengthPolicy extends Entity implements IJsonBackedO
77
77
78
78
/**
79
79
* The Policy Type.
80
-
*
80
+
* A descriptor of whether this policy is built into Azure AD or created by an admin for the tenant. The possible values are: builtIn, custom, unknownFutureValue. Supports $filter (eq, ne, not , and in).
@@ -86,7 +86,7 @@ public class AuthenticationStrengthPolicy extends Entity implements IJsonBackedO
86
86
87
87
/**
88
88
* The Requirements Satisfied.
89
-
*
89
+
* A descriptor of whether this authentication strength grants the MFA claim upon successful satisfaction. The possible values are: none, mfa, unknownFutureValue.
@@ -95,7 +95,7 @@ public class AuthenticationStrengthPolicy extends Entity implements IJsonBackedO
95
95
96
96
/**
97
97
* The Combination Configurations.
98
-
*
98
+
* Settings that may be used to require specific types or instances of an authentication method to be used when authenticating with a specified combination of authentication methods.
0 commit comments