Update-MgBetaSearchBookmark
Update the properties of a bookmark object.
Note
To view the v1.0 release of this cmdlet, view Update-MgSearchBookmark
Syntax
Update-MgBetaSearchBookmark
-BookmarkId <String>
[-ResponseHeadersVariable <String>]
[-AdditionalProperties <Hashtable>]
[-AvailabilityEndDateTime <DateTime>]
[-AvailabilityStartDateTime <DateTime>]
[-Categories <String[]>]
[-Description <String>]
[-DisplayName <String>]
[-GroupIds <String[]>]
[-Id <String>]
[-IsSuggested]
[-Keywords <IMicrosoftGraphSearchAnswerKeyword>]
[-LanguageTags <String[]>]
[-LastModifiedBy <IMicrosoftGraphSearchIdentitySet>]
[-LastModifiedDateTime <DateTime>]
[-Platforms <DevicePlatformType[]>]
[-PowerAppIds <String[]>]
[-State <String>]
[-TargetedVariations <IMicrosoftGraphSearchAnswerVariant[]>]
[-WebUrl <String>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Update-MgBetaSearchBookmark
-BookmarkId <String>
-BodyParameter <IMicrosoftGraphSearchBookmark>
[-ResponseHeadersVariable <String>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Update-MgBetaSearchBookmark
-InputObject <ISearchIdentity>
[-ResponseHeadersVariable <String>]
[-AdditionalProperties <Hashtable>]
[-AvailabilityEndDateTime <DateTime>]
[-AvailabilityStartDateTime <DateTime>]
[-Categories <String[]>]
[-Description <String>]
[-DisplayName <String>]
[-GroupIds <String[]>]
[-Id <String>]
[-IsSuggested]
[-Keywords <IMicrosoftGraphSearchAnswerKeyword>]
[-LanguageTags <String[]>]
[-LastModifiedBy <IMicrosoftGraphSearchIdentitySet>]
[-LastModifiedDateTime <DateTime>]
[-Platforms <DevicePlatformType[]>]
[-PowerAppIds <String[]>]
[-State <String>]
[-TargetedVariations <IMicrosoftGraphSearchAnswerVariant[]>]
[-WebUrl <String>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Update-MgBetaSearchBookmark
-InputObject <ISearchIdentity>
-BodyParameter <IMicrosoftGraphSearchBookmark>
[-ResponseHeadersVariable <String>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Update the properties of a bookmark object.
Permissions
Permission type | Least privileged permissions | Higher privileged permissions |
---|---|---|
Delegated (work or school account) | SearchConfiguration.Read.All | SearchConfiguration.ReadWrite.All |
Delegated (personal Microsoft account) | Not supported. | Not supported. |
Application | SearchConfiguration.Read.All | SearchConfiguration.ReadWrite.All |
Examples
Example 1: Code snippet
Import-Module Microsoft.Graph.Beta.Search
$params = @{
description = "Book a fancy vacation in Tuscany or browse museums in Florence."
}
Update-MgBetaSearchBookmark -BookmarkId $bookmarkId -BodyParameter $params
This example shows how to use the Update-MgBetaSearchBookmark Cmdlet.
Parameters
-AdditionalProperties
Additional Parameters
Type: | Hashtable |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-AvailabilityEndDateTime
Date and time when the bookmark stops appearing as a search result. Set as null for always available. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
Type: | DateTime |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-AvailabilityStartDateTime
Date and time when the bookmark starts to appear as a search result. Set as null for always available. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
Type: | DateTime |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-BodyParameter
bookmark To construct, see NOTES section for BODYPARAMETER properties and create a hash table.
Type: | IMicrosoftGraphSearchBookmark |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-BookmarkId
The unique identifier of bookmark
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Categories
Categories commonly used to describe this bookmark. For example, IT and HR.
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Description
The search answer description that is shown on the search results page.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DisplayName
The search answer name that is displayed in search results.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-GroupIds
The list of security groups that are able to view this bookmark.
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Headers
Optional headers that will be added to the request.
Type: | IDictionary |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Id
The unique identifier for an entity. Read-only.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-InputObject
Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
Type: | ISearchIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-IsSuggested
True if this bookmark was suggested to the admin, by a user, or was mined and suggested by Microsoft. Read-only.
Type: | SwitchParameter |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Keywords
answerKeyword To construct, see NOTES section for KEYWORDS properties and create a hash table.
Type: | IMicrosoftGraphSearchAnswerKeyword |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-LanguageTags
A list of geographically specific language names in which this bookmark can be viewed. Each language tag value follows the pattern {language}-{region}. For example, en-us is English as used in the United States. For the list of possible values, see Supported language tags.
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-LastModifiedBy
identitySet To construct, see NOTES section for LASTMODIFIEDBY properties and create a hash table.
Type: | IMicrosoftGraphSearchIdentitySet |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-LastModifiedDateTime
Date and time when the search answer was created or last edited. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
Type: | DateTime |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Platforms
List of devices and operating systems that are able to view this bookmark. Possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.
Type: | DevicePlatformType[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PowerAppIds
List of Power Apps associated with this bookmark. If users add existing Power Apps to a bookmark, they can complete tasks directly on the search results page, such as entering vacation time or reporting expenses.
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ProgressAction
{{ Fill ProgressAction Description }}
Type: | ActionPreference |
Aliases: | proga |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResponseHeadersVariable
Optional Response Headers Variable.
Type: | String |
Aliases: | RHV |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-State
answerState
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-TargetedVariations
Variations of a bookmark for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations. To construct, see NOTES section for TARGETEDVARIATIONS properties and create a hash table.
Type: | IMicrosoftGraphSearchAnswerVariant[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WebUrl
The URL link for the search answer. When users select this search answer from the search results, they're directed to the specified URL.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphSearchBookmark
Microsoft.Graph.Beta.PowerShell.Models.ISearchIdentity
System.Collections.IDictionary
Outputs
Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphSearchBookmark
Notes
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
BODYPARAMETER <IMicrosoftGraphSearchBookmark>
: bookmark
[(Any) <Object>]
: This indicates any property can be added to this object.[Description <String>]
: The search answer description that is shown on the search results page.[DisplayName <String>]
: The search answer name that is displayed in search results.[LastModifiedBy <IMicrosoftGraphSearchIdentitySet>]
: identitySet[(Any) <Object>]
: This indicates any property can be added to this object.[Application <IMicrosoftGraphSearchIdentity>]
: identity[(Any) <Object>]
: This indicates any property can be added to this object.[DisplayName <String>]
:[Id <String>]
:
[Device <IMicrosoftGraphSearchIdentity>]
: identity[User <IMicrosoftGraphSearchIdentity>]
: identity
[LastModifiedDateTime <DateTime?>]
: Date and time when the search answer was created or last edited. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[WebUrl <String>]
: The URL link for the search answer. When users select this search answer from the search results, they're directed to the specified URL.[Id <String>]
: The unique identifier for an entity. Read-only.[AvailabilityEndDateTime <DateTime?>]
: Date and time when the bookmark stops appearing as a search result. Set as null for always available. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.[AvailabilityStartDateTime <DateTime?>]
: Date and time when the bookmark starts to appear as a search result. Set as null for always available. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.[Categories <String-
[]>]
: Categories commonly used to describe this bookmark. For example, IT and HR.[GroupIds <String-
[]>]
: The list of security groups that are able to view this bookmark.[IsSuggested <Boolean?>]
: True if this bookmark was suggested to the admin, by a user, or was mined and suggested by Microsoft. Read-only.[Keywords <IMicrosoftGraphSearchAnswerKeyword>]
: answerKeyword[(Any) <Object>]
: This indicates any property can be added to this object.[Keywords <String-
[]>]
: A collection of keywords used to trigger the search answer.[MatchSimilarKeywords <Boolean?>]
: If true, indicates that the search term contains similar words to the keywords that should trigger the search answer.[ReservedKeywords <String-
[]>]
: Unique keywords that guarantee the search answer is triggered.
[LanguageTags <String-
[]>]
: A list of geographically specific language names in which this bookmark can be viewed. Each language tag value follows the pattern {language}-{region}. For example, en-us is English as used in the United States. For the list of possible values, see Supported language tags.[Platforms <DevicePlatformType-
[]>]
: List of devices and operating systems that are able to view this bookmark. Possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.[PowerAppIds <String-
[]>]
: List of Power Apps associated with this bookmark. If users add existing Power Apps to a bookmark, they can complete tasks directly on the search results page, such as entering vacation time or reporting expenses.[State <String>]
: answerState[TargetedVariations <IMicrosoftGraphSearchAnswerVariant-
[]>]
: Variations of a bookmark for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations.[Description <String>]
: The answer variation description that is shown on the search results page.[DisplayName <String>]
: The answer variation name that is displayed in search results.[LanguageTag <String>]
: The country or region that can view this answer variation.[Platform <DevicePlatformType?>]
: Supported platform types.[WebUrl <String>]
: The URL link for the answer variation. When users select this answer variation from the search results, they're directed to the specified URL.
INPUTOBJECT <ISearchIdentity>
: Identity Parameter
[AcronymId <String>]
: The unique identifier of acronym[AuthorizationSystemId <String>]
: The unique identifier of authorizationSystem[BookmarkId <String>]
: The unique identifier of bookmark[ConnectionOperationId <String>]
: The unique identifier of connectionOperation[ExternalActivityId <String>]
: The unique identifier of externalActivity[ExternalConnectionId <String>]
: The unique identifier of externalConnection[ExternalGroupId <String>]
: The unique identifier of externalGroup[ExternalItemId <String>]
: The unique identifier of externalItem[IdentityId <String>]
: The unique identifier of identity[InboundFlowId <String>]
: The unique identifier of inboundFlow[IndustryDataConnectorId <String>]
: The unique identifier of industryDataConnector[IndustryDataRunActivityId <String>]
: The unique identifier of industryDataRunActivity[IndustryDataRunId <String>]
: The unique identifier of industryDataRun[LongRunningOperationId <String>]
: The unique identifier of longRunningOperation[OutboundProvisioningFlowSetId <String>]
: The unique identifier of outboundProvisioningFlowSet[ProvisioningFlowId <String>]
: The unique identifier of provisioningFlow[QnaId <String>]
: The unique identifier of qna[ReferenceDefinitionId <String>]
: The unique identifier of referenceDefinition[RoleGroupId <String>]
: The unique identifier of roleGroup[SourceSystemDefinitionId <String>]
: The unique identifier of sourceSystemDefinition[YearTimePeriodDefinitionId <String>]
: The unique identifier of yearTimePeriodDefinition
KEYWORDS <IMicrosoftGraphSearchAnswerKeyword>
: answerKeyword
[(Any) <Object>]
: This indicates any property can be added to this object.[Keywords <String-
[]>]
: A collection of keywords used to trigger the search answer.[MatchSimilarKeywords <Boolean?>]
: If true, indicates that the search term contains similar words to the keywords that should trigger the search answer.[ReservedKeywords <String-
[]>]
: Unique keywords that guarantee the search answer is triggered.
LASTMODIFIEDBY <IMicrosoftGraphSearchIdentitySet>
: identitySet
[(Any) <Object>]
: This indicates any property can be added to this object.[Application <IMicrosoftGraphSearchIdentity>]
: identity[(Any) <Object>]
: This indicates any property can be added to this object.[DisplayName <String>]
:[Id <String>]
:
[Device <IMicrosoftGraphSearchIdentity>]
: identity[User <IMicrosoftGraphSearchIdentity>]
: identity
TARGETEDVARIATIONS <IMicrosoftGraphSearchAnswerVariant- []
>: Variations of a bookmark for different countries or devices.
Use when you need to show different content to users based on their device, country/region, or both.
The date and group settings apply to all variations.
[Description <String>]
: The answer variation description that is shown on the search results page.[DisplayName <String>]
: The answer variation name that is displayed in search results.[LanguageTag <String>]
: The country or region that can view this answer variation.[Platform <DevicePlatformType?>]
: Supported platform types.[WebUrl <String>]
: The URL link for the answer variation. When users select this answer variation from the search results, they're directed to the specified URL.