Updates from: 05/27/2022 01:20:18
Service Microsoft Docs article Related commit history on GitHub Change details
v1.0 Authenticationmethodsroot List Userregistrationdetails https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/authenticationmethodsroot-list-userregistrationdetails.md
Content-Type: application/json
"methodsRegistered": [ "microsoftAuthenticatorPush", "softwareOneTimePasscode"
- ]
+ ],
+ "defaultMethod": "microsoftAuthenticatorPush"
}, { "id": "c6ad1942-4afa-47f8-8d48-afb5d8d69d2f",
Content-Type: application/json
"isMfaRegistered": false, "isMfaCapable": false, "isPasswordlessCapable": false,
- "methodsRegistered": []
+ "methodsRegistered": [],
+ "defaultMethod": ""
}, { "id": "c8096958-797c-44fa-8fde-a6fb62567cf0",
Content-Type: application/json
"mobilePhone", "microsoftAuthenticatorPush", "softwareOneTimePasscode"
- ]
+ ],
+ "defaultMethod": "mobilePhone"
} ] }
v1.0 Educationschool Delete Classes https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/educationschool-delete-classes.md
Do not supply a request body for this method.
If successful, this method returns a `204 No Content` response code and a response body. ## Example
-##### Request
+### Request
The following is an example of the request. # [HTTP](#tab/http)
DELETE https://graph.microsoft.com/beta/education/schools/10001/classes/11001
-##### Response
+### Response
The following is an example of the response. <!-- {
v1.0 Userregistrationdetails Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/userregistrationdetails-get.md
Title: "Get userRegistrationDetails" description: "Read the properties and relationships of a userRegistrationDetails object."-+ ms.localizationpriority: medium ms.prod: "identity-and-access-reports" doc_type: apiPageType
Content-Type: application/json
"methodsRegistered": [ "microsoftAuthenticatorPush", "softwareOneTimePasscode"
- ]
+ ],
+ "defaultMfaMethod": "microsoftAuthenticatorPush"
} } ```
v1.0 Appliedconditionalaccesspolicy https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/appliedconditionalaccesspolicy.md
Indicates the attributes related to applied conditional access policy or policie
## Properties
-| Property | Type |Description|
-|:|:--|:-|
+| Property | Type | Description |
+|:-|:|:|
|authenticationStrength|[authenticationStrength](authenticationstrength.md)| The custom authentication strength enforced in a Conditional Access policy.| |conditionsNotSatisfied|conditionalAccessConditions|Refers to the conditional access policy conditions that are not satisfied. The possible values are: `none`, `application`, `users`, `devicePlatform`, `location`, `clientType`, `signInRisk`, `userRisk`, `time`, `deviceState`, `client`,`ipAddressSeenByAzureAD`,`ipAddressSeenByResourceProvider`,`unknownFutureValue`,`servicePrincipals`,`servicePrincipalRisk`. Note that you must use the `Prefer: include-unknown-enum-members` request header to get the following values in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `servicePrincipals`,`servicePrincipalRisk`.| |conditionsSatisfied|conditionalAccessConditions|Refers to the conditional access policy conditions that are satisfied. The possible values are: `none`, `application`, `users`, `devicePlatform`, `location`, `clientType`, `signInRisk`, `userRisk`, `time`, `deviceState`, `client`,`ipAddressSeenByAzureAD`,`ipAddressSeenByResourceProvider`,`unknownFutureValue`,`servicePrincipals`,`servicePrincipalRisk`. Note that you must use the `Prefer: include-unknown-enum-members` request header to get the following values in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `servicePrincipals`,`servicePrincipalRisk`.|
Indicates the attributes related to applied conditional access policy or policie
|id|String|Identifier of the conditional access policy.| |includeRulesSatisfied|[conditionalAccessRuleSatisfied](conditionalaccessrulesatisfied.md) collection|List of key-value pairs containing each matched include condition in the conditional access policy. Example: `[{ "application" : "AllApps"}, {"users": "Group"}]`, meaning Application condition was a match because AllApps are included *and* Users condition was a match because the user was part of the included Group rule.| |result|appliedConditionalAccessPolicyResult| Indicates the result of the CA policy that was triggered. Possible values are: `success`, `failure`, `notApplied` (Policy isn't applied because policy conditions were not met),`notEnabled` (This is due to the policy in disabled state), `unknown`, `unknownFutureValue`, `reportOnlySuccess`, `reportOnlyFailure`, `reportOnlyNotApplied`, `reportOnlyInterrupted`. Note that you must use the `Prefer: include-unknown-enum-members` request header to get the following values in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `reportOnlySuccess`, `reportOnlyFailure`, `reportOnlyNotApplied`, `reportOnlyInterrupted`.|
+|sessionControlsNotSatisfied|String collection|Refers to the session controls that a sign-in activity did not satisfy. (Example: `Application enforced Restrictions`).|
v1.0 Enums https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/enums.md
Namespace: microsoft.graph
|unknownFutureValue|
+### defaultMfaMethodType values
+++
+|Member|
+|:|
+|none|
+|mobilePhone|
+|alternateMobilePhone|
+|officePhone|
+|microsoftAuthenticatorPush|
+|softwareOneTimePasscode|
+|unknownFutureValue|
++ ### clientCredentialType values
v1.0 Userregistrationdetails https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/userregistrationdetails.md
Inherits from [entity](../resources/entity.md).
## Properties |Property|Type|Description| |:|:|:|
+|defaultMfaMethod|defaultMfaMethodType|The method the user or admin selected as default for performing multi-factor authentication for the user. The possible values are: `none`, `mobilePhone`, `alternateMobilePhone`, `officePhone`, `microsoftAuthenticatorPush`, `softwareOneTimePasscode`, `unknownFutureValue`.|
|id|String|User object identifier in Azure AD. Inherited from [entity](../resources/entity.md).| |isMfaCapable|Boolean|Whether the user has registered a strong authentication method for multi-factor authentication. The method must be allowed by the [authentication methods policy](../resources/authenticationmethodspolicy.md). Supports `$filter` (`eq`).| |isMfaRegistered|Boolean|Whether the user has registered a strong authentication method for multi-factor authentication. The method may not necessarily be allowed by the [authentication methods policy](../resources/authenticationmethodspolicy.md). Supports `$filter` (`eq`).|
The following is a JSON representation of the resource.
``` json { "@odata.type": "#microsoft.graph.userRegistrationDetails",
+ "defaultMethod": "String",
"id": "String (identifier)", "userDisplayName": "String", "userPrincipalName": "String",
v1.0 Educationschool Delete Classes https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/educationschool-delete-classes.md
Do not supply a request body for this method.
If successful, this method returns a `204 No Content` response code and a response body. ## Example
-##### Request
+### Request
The following is an example of the request. # [HTTP](#tab/http)
DELETE https://graph.microsoft.com/v1.0/education/schools/{school-id}/classes/{c
-##### Response
+### Response
The following is an example of the response. <!-- {
v1.0 Search Api Overview https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/search-api-overview.md
Best practices:
- Specify a smaller first page in the initial request. For example, specify **from** as 0, **size** as 25. - Paginate subsequent pages by updating the **from** and **size** properties. You can increase the page size in each subsequent request. The following table shows an example.
+- The maximum page size is 1000.
| Page | from | size | |:--|:--|:--|
v1.0 Searchrequest https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/searchrequest.md
The JSON blob contains the types of resources expected in the response, the unde
|query|[searchQuery](searchquery.md)|Contains the query terms. Required.| |queryAlterationOptions|[searchAlterationOptions](searchalterationoptions.md)|Query alteration options formatted in a JSON blob that contains two optional flags related to spelling correction. Optional. | |resultTemplateOptions|[resultTemplateOption](resulttemplateoption.md) collection|Provides the search result template options to render search results from connectors.|
-|size|Int32|The size of the page to be retrieved. Optional.|
+|size|Int32|The size of the page to be retrieved.The maximum value is 1000. Optional.|
|sortProperties|[sortProperty](sortProperty.md) collection|Contains the ordered collection of fields and direction to sort results. There can be at most 5 sort properties in the collection. Optional.| ## JSON representation