IConfidentialLedger.AadBasedSecurityPrincipal 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.
Array of all AAD based Security Principals.
[Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Runtime.Info(Description="Array of all AAD based Security Principals.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.Api20220513.IAadBasedSecurityPrincipal) }, ReadOnly=false, Required=false, SerializedName="aadBasedSecurityPrincipals")]
public Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.Api20220513.IAadBasedSecurityPrincipal[] AadBasedSecurityPrincipal { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Runtime.Info(Description="Array of all AAD based Security Principals.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.Api20220513.IAadBasedSecurityPrincipal) }, ReadOnly=false, Required=false, SerializedName="aadBasedSecurityPrincipals")>]
member this.AadBasedSecurityPrincipal : Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.Api20220513.IAadBasedSecurityPrincipal[] with get, set
Public Property AadBasedSecurityPrincipal As IAadBasedSecurityPrincipal()
Property Value
- Attributes