Share via


IAzureActiveDirectory.IsAutoProvisioned Property

Definition

Gets a value indicating whether the Azure AD configuration was auto-provisioned using 1st party tooling. This is an internal flag primarily intended to support the Azure Management Portal. Users should not read or write to this property.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Gets a value indicating whether the Azure AD configuration was auto-provisioned using 1st party tooling.\r\n        This is an internal flag primarily intended to support the Azure Management Portal. Users should not\r\n        read or write to this property.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isAutoProvisioned")]
public bool? IsAutoProvisioned { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Gets a value indicating whether the Azure AD configuration was auto-provisioned using 1st party tooling.\r\n        This is an internal flag primarily intended to support the Azure Management Portal. Users should not\r\n        read or write to this property.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isAutoProvisioned")>]
member this.IsAutoProvisioned : Nullable<bool> with get, set
Public Property IsAutoProvisioned As Nullable(Of Boolean)

Property Value

Attributes

Applies to