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 |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑Username Required |
A unique username. |
Related Links
Updated 2 days ago