OperationOrigin type

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

Known values supported by the service

NotSpecified: The origin is not specified.
user: The operation is initiated by a user.
system: The operation is initiated by the system.

type OperationOrigin = string