Change.InitiatedByList Property

Definition

The list of identities who might initiated the change. The identity could be user name (email address) or the object ID of the Service Principal.

[Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Origin(Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.PropertyOrigin.Inlined)]
public System.Collections.Generic.List<string> InitiatedByList { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Origin(Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.PropertyOrigin.Inlined)>]
member this.InitiatedByList : System.Collections.Generic.List<string> with get, set
Public Property InitiatedByList As List(Of String)

Property Value

Implements

Attributes

Applies to