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: openApiDocs/beta/Compliance.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12780,11 +12780,11 @@ components:
12780
12780
properties:
12781
12781
displayName:
12782
12782
type: string
12783
-
description: The display name of the identity. This property is read-only.
12783
+
description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.'
12784
12784
nullable: true
12785
12785
id:
12786
12786
type: string
12787
-
description: The identifier of the identity. This property is read-only.
12787
+
description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.'
Copy file name to clipboardExpand all lines: openApiDocs/beta/CrossDeviceExperiences.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10803,11 +10803,11 @@ components:
10803
10803
properties:
10804
10804
displayName:
10805
10805
type: string
10806
-
description: The display name of the identity. This property is read-only.
10806
+
description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.'
10807
10807
nullable: true
10808
10808
id:
10809
10809
type: string
10810
-
description: The identifier of the identity. This property is read-only.
10810
+
description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.'
Copy file name to clipboardExpand all lines: openApiDocs/beta/DeviceManagement.Administration.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32937,11 +32937,11 @@ components:
32937
32937
properties:
32938
32938
displayName:
32939
32939
type: string
32940
-
description: The display name of the identity. This property is read-only.
32940
+
description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.'
32941
32941
nullable: true
32942
32942
id:
32943
32943
type: string
32944
-
description: The identifier of the identity. This property is read-only.
32944
+
description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.'
Copy file name to clipboardExpand all lines: openApiDocs/beta/DeviceManagement.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -62090,11 +62090,11 @@ components:
62090
62090
properties:
62091
62091
displayName:
62092
62092
type: string
62093
-
description: The display name of the identity. This property is read-only.
62093
+
description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.'
62094
62094
nullable: true
62095
62095
id:
62096
62096
type: string
62097
-
description: The identifier of the identity. This property is read-only.
62097
+
description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.'
Copy file name to clipboardExpand all lines: openApiDocs/beta/Devices.CloudPrint.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11462,11 +11462,11 @@ components:
11462
11462
properties:
11463
11463
displayName:
11464
11464
type: string
11465
-
description: The display name of the identity. This property is read-only.
11465
+
description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.'
11466
11466
nullable: true
11467
11467
id:
11468
11468
type: string
11469
-
description: The identifier of the identity. This property is read-only.
11469
+
description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.'
Copy file name to clipboardExpand all lines: openApiDocs/beta/Devices.ServiceAnnouncement.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5635,11 +5635,11 @@ components:
5635
5635
properties:
5636
5636
displayName:
5637
5637
type: string
5638
-
description: The display name of the identity. This property is read-only.
5638
+
description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.'
5639
5639
nullable: true
5640
5640
id:
5641
5641
type: string
5642
-
description: The identifier of the identity. This property is read-only.
5642
+
description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.'
description: "Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:\n1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).\n2. Use the access package catalog ID and retrieve the ID of the accessPackageCustomWorkflowExtension object that you want to delete by running the List accessPackageCustomWorkflowExtensions operation.\n3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 3: Remove the customExtensionStageSettings from a policy."
description: "Delete a customAccessPackageWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:\n1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).\n2. Use the access package catalog ID and retrieve the ID of the customAccessPackageWorkflowExtension object that you want to delete by running the LIST customAccessPackageWorkflowExtensions operation.\n3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 2: Remove the customExtensionHandlers and verifiableCredentialSettings from a policy."
description: The display name of the identity. This property is read-only.
114756
+
description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.'
114757
114757
nullable: true
114758
114758
id:
114759
114759
type: string
114760
-
description: The identifier of the identity. This property is read-only.
114760
+
description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.'
Copy file name to clipboardExpand all lines: openApiDocs/beta/Sites.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -49497,11 +49497,11 @@ paths:
49497
49497
get:
49498
49498
tags:
49499
49499
- sites.site
49500
-
summary: List sites
49501
-
description: "List all available [sites][] in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a [$search][] query against the /sites collection to find sites matching given keywords.\nIf you want to list all sites across all geographies, refer to getAllSites][]. For more guidance about building applications that use site discovery for scanning purposes, see [Best practices for discovering files and detecting changes at scale."
49500
+
summary: Search for sites
49501
+
description: 'Search across a SharePoint tenant for [sites][] that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results.'
description: The display name of the identity. This property is read-only.
95006
+
description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.'
95007
95007
nullable: true
95008
95008
id:
95009
95009
type: string
95010
-
description: The identifier of the identity. This property is read-only.
95010
+
description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.'
0 commit comments