Endpoint version privacy
Get-APIEndpointVersionPrivacy
Synopsis
Get API privacy settings.
Syntax
Get-APIEndpointVersionPrivacy -APIEndpointName <String> -VersionNumber <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-APIEndpointVersionPrivacy -APIEndpointID <Int32> -VersionNumber <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Gets the API privacy settings configured for an endpoint version and its assigned resources by its name or ID and version number. The -VersionNumber parameter is either an integer or the word latest.
Parameters
| ‑APIEndpointIDConditionally required | The endpoint's ID. | 
| ‑APIEndpointNameConditionally required | The endpoint's name. | 
| ‑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. | 
| ‑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  | 
| ‑VersionNumberRequired | The endpoint version's number. Can be an integer or 'latest'. | 
Related Links
Updated 4 months ago
