ScriptCmdletAudience type
Specifies whether a script cmdlet is intended to be invoked only through automation or visible to customers
KnownScriptCmdletAudience can be used interchangeably with ScriptCmdletAudience,
this enum contains the known values that the service supports.
Known values supported by the service
Automation: is automation
Any: is any
type ScriptCmdletAudience = string