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