IChange.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.Runtime.Info(Create=true, Description="The list of identities who might initiated the change.\r\n        The identity could be user name (email address) or the object ID of the Service Principal.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="initiatedByList", Update=true)]
public System.Collections.Generic.List<string> InitiatedByList { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Runtime.Info(Create=true, Description="The list of identities who might initiated the change.\r\n        The identity could be user name (email address) or the object ID of the Service Principal.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="initiatedByList", Update=true)>]
member this.InitiatedByList : System.Collections.Generic.List<string> with get, set
Public Property InitiatedByList As List(Of String)

Property Value

Attributes

Applies to