IChange.InitiatedByList 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 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(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) }, ReadOnly=false, Required=false, SerializedName="initiatedByList")]
public string[] InitiatedByList { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Runtime.Info(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) }, ReadOnly=false, Required=false, SerializedName="initiatedByList")>]
member this.InitiatedByList : string[] with get, set
Public Property InitiatedByList As String()
Property Value
String[]
- Attributes