Property

Move-IAMProperty

Synopsis

Move a property.

Syntax

Move-IAMProperty [-PropertyID] <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

Account switch key, for use when you have access to multiple accounts and need to specify which one to use. Run Get-AccountSwitchKey to list the account switch keys available to you.

Type: String Parameter Sets: (All) Aliases: None Required: False Position: 5 Default value: None Accept pipeline input: False Accept wildcard characters: False

-DestinationGroupID

Unique identifier for the destination a group you're putting the source group into.

Type: Int32 Parameter Sets: (All) Aliases: None Required: True Position: 2 Default value: None Accept pipeline input: False Accept wildcard characters: False

-EdgeRCFile

EdgeRC file to authenticate your command. Defaults to ~/.edgerc.

Type: String Parameter Sets: (All) Aliases: None Required: False Position: 3 Default value: None Accept pipeline input: False Accept wildcard characters: False

-AssetID

Unique identifier for each property. To get this value, run Get-IAMProperty.

Type: Int32 Parameter Sets: (All) Aliases: None Required: True Position: 0 Default value: None Accept pipeline input: False Accept wildcard characters: False

-Section

EdgeRC section to retrieve authentication credentials from. Defaults to default.

Type: String Parameter Sets: (All) Aliases: None Required: False Position: 4 Default value: None Accept pipeline input: False Accept wildcard characters: False

-SourceGroupID

Unique identifier for a group you want to move.

Type: Int32 Parameter Sets: (All) Aliases: None Required: True Position: 1 Default value: None Accept pipeline input: False Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

Outputs

System.Object

Related links


Did this page help you?