API credential
Disable-IAMAPICredential
Synopsis
Deactivate credentials.
Syntax
Disable-IAMAPICredential [[-ClientID] <String>] [[-CredentialID] <String>] [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Deactivates all credentials for a given client ID or deactivates an individual credential by its credential ID.
Note: If you don't specify a value for the
-ClientID
parameter, it takes the valueself
and operates on the API client you're using to perform this operation.
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. |
‑ClientID |
Your API client's ID. To get this value, run |
‑CredentialID |
Your credentials' ID. To get this value for your credentials, run |
‑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 |
Related Links
Updated 6 days ago