Share via


IOperationsDiscovery.Origin Property

Definition

Gets or sets Origin. The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX. Default value is "user,system".

[Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.Info(Description="Gets or sets Origin.\r\n        The intended executor of the operation; governs the display of the operation in the\r\n        RBAC UX and the audit logs UX.\r\n        Default value is "user,system".", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="origin")]
public string Origin { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.Info(Description="Gets or sets Origin.\r\n        The intended executor of the operation; governs the display of the operation in the\r\n        RBAC UX and the audit logs UX.\r\n        Default value is "user,system".", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="origin")>]
member this.Origin : string with get, set
Public Property Origin As String

Property Value

Attributes

Applies to