IPutTenantPolicyRequestProperties.ExemptedPrincipal 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 user objectIds that are exempted from the set subscription tenant policies for the user's tenant.
[Microsoft.Azure.PowerShell.Cmdlets.Subscription.Runtime.Info(Description="List of user objectIds that are exempted from the set subscription tenant policies for the user's tenant.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="exemptedPrincipals")]
public string[] ExemptedPrincipal { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Subscription.Runtime.Info(Description="List of user objectIds that are exempted from the set subscription tenant policies for the user's tenant.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="exemptedPrincipals")>]
member this.ExemptedPrincipal : string[] with get, set
Public Property ExemptedPrincipal As String()
Property Value
String[]
- Attributes