PCSDKModule Documentation

Enumeration PCKeys​Processor​Policy

public enum PCKeysProcessorPolicy: String  

External keys processor policy.

Supports 3 types:

  • .notAllowed — Using external keys processor is not allowed

  • .allowed — Using external keys processor is allowed

  • .required — Using external keys processor is required

PCKeysProcessorPolicy PCKeysProcessorPolicy String String PCKeysProcessorPolicy->String

Conforms To

String

Enumeration Cases

not​Allowed

case notAllowed

Using external keys processor is not allowed

allowed

case allowed

Using external keys processor is allowed

required

case required

Using external keys processor is required