Skip to content

Commit 34b61dc

Browse files
authored
Merge branch 'main' into users/sumanac/customemojicustomreaction
2 parents c04045a + b539f94 commit 34b61dc

File tree

138 files changed

+2472
-305
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+2472
-305
lines changed

api-reference/beta/api/authenticationcontextclassreference-delete.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
2323
<!-- { "blockType": "permissions", "name": "authenticationcontextclassreference_delete" } -->
2424
[!INCLUDE [permissions-table](../includes/permissions/authenticationcontextclassreference-delete-permissions.md)]
2525

26+
[!INCLUDE [rbac-conditionalaccess-apis-write](../includes/rbac-for-apis/rbac-conditionalaccess-apis-write.md)]
27+
2628
## HTTP request
2729

2830
<!-- {

api-reference/beta/api/authenticationcontextclassreference-get.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
2525
<!-- { "blockType": "permissions", "name": "authenticationcontextclassreference_get" } -->
2626
[!INCLUDE [permissions-table](../includes/permissions/authenticationcontextclassreference-get-permissions.md)]
2727

28+
[!INCLUDE [rbac-conditionalaccess-apis-read](../includes/rbac-for-apis/rbac-conditionalaccess-apis-read.md)]
29+
2830
## HTTP request
2931

3032
<!-- { "blockType": "ignored" } -->

api-reference/beta/api/authenticationcontextclassreference-update.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
2525
<!-- { "blockType": "permissions", "name": "authenticationcontextclassreference_update" } -->
2626
[!INCLUDE [permissions-table](../includes/permissions/authenticationcontextclassreference-update-permissions.md)]
2727

28+
[!INCLUDE [rbac-conditionalaccess-apis-write](../includes/rbac-for-apis/rbac-conditionalaccess-apis-write.md)]
29+
2830
> [!NOTE]
2931
> This method has a [known permissions issue](https://developer.microsoft.com/en-us/graph/known-issues/?search=13671) and might require consent to multiple permissions.
3032

api-reference/beta/api/authenticationeventlistener-delete.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Delete authenticationEventListener"
3-
description: "Deletes an authenticationEventListener object."
3+
description: "Delete an authenticationEventListener object."
44
author: "soneff"
55
ms.localizationpriority: medium
66
ms.subservice: "entra-sign-in"
@@ -12,7 +12,15 @@ Namespace: microsoft.graph
1212

1313
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1414

15-
Deletes an [authenticationEventListener](../resources/authenticationeventlistener.md) object.
15+
Delete an [authenticationEventListener](../resources/authenticationeventlistener.md) object. The following derived types are currently supported.
16+
17+
- [onTokenIssuanceStartListener resource type](../resources/ontokenissuancestartlistener.md) resource type
18+
- [onInteractiveAuthFlowStartListener resource type](../resources/oninteractiveauthflowstartlistener.md) resource type
19+
- [onAuthenticationMethodLoadStartListener resource type](../resources/onauthenticationmethodloadstartlistener.md) resource type
20+
- [onAttributeCollectionListener resource type](../resources/onattributecollectionlistener.md) resource type
21+
- [onUserCreateStartListener resource type](../resources/onusercreatestartlistener.md) resource type
22+
- [onAttributeCollectionStartListener](../resources/onattributecollectionstartlistener.md) resource type
23+
- [onAttributeCollectionSubmitListener](../resources/onattributecollectionsubmitlistener.md) resource type
1624

1725
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
1826

@@ -22,6 +30,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
2230
<!-- { "blockType": "permissions", "name": "authenticationeventlistener_delete" } -->
2331
[!INCLUDE [permissions-table](../includes/permissions/authenticationeventlistener-delete-permissions.md)]
2432

33+
[!INCLUDE [rbac-custom-auth-ext-apis-write](../includes/rbac-for-apis/rbac-custom-auth-ext-apis-write.md)]
34+
2535

2636
## HTTP request
2737

api-reference/beta/api/authenticationeventlistener-get.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,15 @@ Namespace: microsoft.graph
1212

1313
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1414

15-
Read the properties and relationships of an [authenticationEventListener](../resources/authenticationeventlistener.md) object. The **@odata.type** property in the response object indicates the type of the authenticationEventListener object.
15+
Read the properties and relationships of an [authenticationEventListener](../resources/authenticationeventlistener.md) object. The **@odata.type** property in the response object indicates the type of the authenticationEventListener object. The following derived types are currently supported.
16+
17+
- [onTokenIssuanceStartListener resource type](../resources/ontokenissuancestartlistener.md) resource type
18+
- [onInteractiveAuthFlowStartListener resource type](../resources/oninteractiveauthflowstartlistener.md) resource type
19+
- [onAuthenticationMethodLoadStartListener resource type](../resources/onauthenticationmethodloadstartlistener.md) resource type
20+
- [onAttributeCollectionListener resource type](../resources/onattributecollectionlistener.md) resource type
21+
- [onUserCreateStartListener resource type](../resources/onusercreatestartlistener.md) resource type
22+
- [onAttributeCollectionStartListener](../resources/onattributecollectionstartlistener.md) resource type
23+
- [onAttributeCollectionSubmitListener](../resources/onattributecollectionsubmitlistener.md) resource type
1624

1725
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
1826

@@ -22,6 +30,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
2230
<!-- { "blockType": "permissions", "name": "authenticationeventlistener_get" } -->
2331
[!INCLUDE [permissions-table](../includes/permissions/authenticationeventlistener-get-permissions.md)]
2432

33+
[!INCLUDE [rbac-custom-auth-ext-apis-read](../includes/rbac-for-apis/rbac-custom-auth-ext-apis-read.md)]
34+
2535
## HTTP request
2636

2737
<!-- {

api-reference/beta/api/authenticationeventlistener-update.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,15 @@ Namespace: microsoft.graph
1212

1313
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1414

15-
Update the properties of an [authenticationEventListener](../resources/authenticationeventlistener.md) object. You must specify the **@odata.type** property and the value of the [authenticationEventListener](../resources/authenticationeventlistener.md) object type to update.
15+
Update the properties of an [authenticationEventListener](../resources/authenticationeventlistener.md) object. You must specify the **@odata.type** property and the value of the [authenticationEventListener](../resources/authenticationeventlistener.md) object type to update. The following derived types are currently supported.
16+
17+
- [onTokenIssuanceStartListener resource type](../resources/ontokenissuancestartlistener.md) resource type
18+
- [onInteractiveAuthFlowStartListener resource type](../resources/oninteractiveauthflowstartlistener.md) resource type
19+
- [onAuthenticationMethodLoadStartListener resource type](../resources/onauthenticationmethodloadstartlistener.md) resource type
20+
- [onAttributeCollectionListener resource type](../resources/onattributecollectionlistener.md) resource type
21+
- [onUserCreateStartListener resource type](../resources/onusercreatestartlistener.md) resource type
22+
- [onAttributeCollectionStartListener](../resources/onattributecollectionstartlistener.md) resource type
23+
- [onAttributeCollectionSubmitListener](../resources/onattributecollectionsubmitlistener.md) resource type
1624

1725
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
1826

@@ -22,6 +30,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
2230
<!-- { "blockType": "permissions", "name": "authenticationeventlistener_update" } -->
2331
[!INCLUDE [permissions-table](../includes/permissions/authenticationeventlistener-update-permissions.md)]
2432

33+
[!INCLUDE [rbac-custom-auth-ext-apis-write](../includes/rbac-for-apis/rbac-custom-auth-ext-apis-write.md)]
34+
2535
## HTTP request
2636

2737
<!-- {

api-reference/beta/api/compliantnetworknamedlocation-get.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
2424
<!-- { "blockType": "permissions", "name": "compliantnetworknamedlocation_get" } -->
2525
[!INCLUDE [permissions-table](../includes/permissions/compliantnetworknamedlocation-get-permissions.md)]
2626

27+
[!INCLUDE [rbac-conditionalaccess-apis-read](../includes/rbac-for-apis/rbac-conditionalaccess-apis-read.md)]
28+
2729
## HTTP request
2830

2931
<!-- {

api-reference/beta/api/compliantnetworknamedlocation-update.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ One of the following permissions is required to call this API. To learn more, in
2828
| Delegated (personal Microsoft account) | Not supported. |
2929
| Application | Policy.Read.All and Policy.ReadWrite.ConditionalAccess |
3030

31+
[!INCLUDE [rbac-conditionalaccess-apis-write](../includes/rbac-for-apis/rbac-conditionalaccess-apis-write.md)]
32+
3133
## HTTP request
3234

3335
<!-- {

api-reference/beta/api/conditionalaccesspolicy-delete.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
2525
<!-- { "blockType": "ignored" } // Note: Removing this line will result in the permissions autogeneration tool overwriting the table. -->
2626
[!INCLUDE [permissions-table](../includes/permissions/conditionalaccesspolicy-delete-permissions.md)]
2727

28+
[!INCLUDE [rbac-conditionalaccess-apis-write](../includes/rbac-for-apis/rbac-conditionalaccess-apis-write.md)]
29+
2830
## HTTP request
2931

3032
<!-- { "blockType": "ignored" } -->

api-reference/beta/api/conditionalaccesspolicy-get.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
2525
<!-- { "blockType": "permissions", "name": "conditionalaccesspolicy_get" } -->
2626
[!INCLUDE [permissions-table](../includes/permissions/conditionalaccesspolicy-get-permissions.md)]
2727

28+
[!INCLUDE [rbac-conditionalaccess-apis-read](../includes/rbac-for-apis/rbac-conditionalaccess-apis-read.md)]
29+
2830
## HTTP request
2931

3032
<!-- { "blockType": "ignored" } -->

0 commit comments

Comments
 (0)