Property

Get-IAMProperty

Synopsis

Get a property.

Syntax

Get-IAMProperty [-GroupID <Int32>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-IAMProperty -AssetID <Int32> -GroupID <Int32> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Gets all properties or returns a specific property by its ID.

Note: The property ID in this API isn't the same as the property ID from the Property API. If you have the data only from the Property API, the property ID from the IAM API is equivalent to the asset ID from the Property API.

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
Conditionally required

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

‑EdgeRCFile

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

‑GroupID

Your group's ID.

‑Section

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

Related Links