Group

Move-IAMGroup

Synopsis

Move a group.

Syntax

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

Description

Moves a nested group under another group within the same parent hierarchy.

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.

‑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