Endpoint version PII

Update-APIEndpointVersionPII

Synopsis

Patch PII status per endpoint version.

Syntax

Update-APIEndpointVersionPII -APIEndpointName <String> -VersionNumber <String> -PIIID <Int32> -Status <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Update-APIEndpointVersionPII -APIEndpointID <Int32> -VersionNumber <String> -PIIID <Int32> -Status <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Updates the PII status of an endpoint version. This operation applies to the PII found by the network, and not to the PII you add to your API definition. In the request, you can specify an API endpoint by its name or ID. The -VersionNumber parameter is an integer or the word latest.

Parameters

‑APIEndpointID
Conditionally required

The endpoint's ID.

‑APIEndpointName
Conditionally 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 ~/.edgerc.

‑PIIID
Required

The PII object's ID.

‑Section

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

‑Status
Required

Describes the status of the personally identifiable information (PII) found in a parameter.

‑VersionNumber
Required

The endpoint version's number. Can be an integer or 'latest'.

Related Links