Share via


IOperation.Origin Property

Definition

The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"

[Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Runtime.Info(Description="The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.Origin) }, ReadOnly=true, Required=false, SerializedName="origin")]
public Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.Origin? Origin { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Runtime.Info(Description="The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.Origin) }, ReadOnly=true, Required=false, SerializedName="origin")>]
member this.Origin : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.Origin>
Public ReadOnly Property Origin As Nullable(Of Origin)

Property Value

Attributes

Applies to