Rule type

Defines values for Rule.
KnownRule can be used interchangeably with Rule, this enum contains the known values that the service supports.

Known values supported by the service

Required: The question is required to answer.
CharLength: The question answer length is limited.
Url: The question answer should be an Url.
Urls: The question answer should be Urls.
Domains: The question answer should be domains.
USPrivacyShield: The question answer should be a UsPrivacyShield.
PublicSOX: The question answer should be a PublicSOX.
CreditCardPCI: The question answer should be a CreditCardPCI.
AzureApplication: The question answer should be an AzureApplication.
ValidGuid: The question answer should be a valid guid.
PublisherVerification: The question answer should be publisher verification.
DynamicDropdown: The question answer should be dynamic dropdown.
PreventNonEnglishChar: The question answer should prevent non-english char.
ValidEmail: The question answer should be a valid email.

type Rule = string