DenySettings.ExcludedPrincipals 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.
List of AAD principal IDs excluded from the lock. Up to 5 principals are permitted.
public Azure.Provisioning.BicepList<string> ExcludedPrincipals { get; set; }
member this.ExcludedPrincipals : Azure.Provisioning.BicepList<string> with get, set
Public Property ExcludedPrincipals As BicepList(Of String)