Property

Move-IAMProperty

Synopsis

Move a property.

Syntax

Move-IAMProperty [-AssetID] <Int32> [-SourceGroupID] <Int32> [-DestinationGroupID] <Int32> [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Moves a property from one group to another. You can only move a property into another group within the same group hierarchy. Depending on your role in the destination group, you may lose access to resources the property uses. After moving a property, run the Get-IAMGroupMoveAffectedUsers operation to determine which users gained or lost access to that property.

Parameters

‑AccountSwitchKey

An account credential key that lets you move between accounts when using an API client enabled for multiple accounts. To find account switch keys, use Get-AccountSwitchKey.

‑AssetID
Required

Unique identifier for each asset, either a property or an include. To get this value, run Get-IAMProperty.

‑DestinationGroupID
Required

The ID of the destination group you're putting the source group into.

‑EdgeRCFile

Your EdgeGrid resource file to authenticate your command. Defaults to ~/.edgerc.

‑Section

The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to default.

‑SourceGroupID
Required

The ID of a group you want to move.

Related Links