IComponentEventDetails.PrincipalOid 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.
Principal object ID for the user who initiated the resource component operation that triggered the policy event.
[Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.Info(Create=true, Description="Principal object ID for the user who initiated the resource component operation that triggered the policy event.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="principalOid", Update=true)]
public string PrincipalOid { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.Info(Create=true, Description="Principal object ID for the user who initiated the resource component operation that triggered the policy event.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="principalOid", Update=true)>]
member this.PrincipalOid : string with get, set
Public Property PrincipalOid As String
Property Value
- Attributes