IOperation.Origin Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Monitor.MonitorWorkspace.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.Monitor.MonitorWorkspace.Support.Origin) }, ReadOnly=true, Required=false, SerializedName="origin")]
public Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Support.Origin? Origin { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.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.Monitor.MonitorWorkspace.Support.Origin) }, ReadOnly=true, Required=false, SerializedName="origin")>]
member this.Origin : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Support.Origin>
Public ReadOnly Property Origin As Nullable(Of Origin)
Property Value
- Attributes