Allowed APIs

Get-IAMAllowedAPIs

Synopsis

Get allowed APIs.

Syntax

Get-IAMAllowedAPIs [-Username] <String> [[-ClientType] <String>] [-AllowAccountSwitch] [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Gets available APIs for a specified user.

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.

‑AllowAccountSwitch

When enabled, includes accounts a user can switch to.

‑ClientType

Filters data by client type, either USER, SERVICEACCOUNT, or default CLIENT.

‑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.

‑Username
Required

A unique username.

Related Links