PII learning
Set-AppSecPIISettings
Synopsis
Enable PII learning settings for a configuration.
Syntax
Set-AppSecPIISettings [-ConfigName] <String> [-VersionNumber] <String> [-EnablePIILearning] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Set-AppSecPIISettings -ConfigID <Int32> [-VersionNumber] <String> [-EnablePIILearning] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Enables or disables the PII learning setting for your API definition. To enable it, submit your request with the -EnablePIILearning
switch included. To disable it, run the same command without this parameter. This operation applies at the security configuration level.
When making a request, you can specify a configuration by its name or ID. The -VersionNumber
parameter is an integer or the word latest
.
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. |
‑ConfigID Conditionally required |
Your configuration's ID. |
‑ConfigName Conditionally required |
The name of your security configuration. |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑EnablePIILearning |
Enables PII learning. |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑VersionNumber Required |
A configuration's version. Can be an integer or the word |
Related Links
Updated 12 days ago