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.App.Runtime.Info(Create=true, 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) }, Read=true, ReadOnly=false, Required=false, SerializedName="isAutoProvisioned", Update=true)]
public bool? IsAutoProvisioned { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, 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) }, Read=true, ReadOnly=false, Required=false, SerializedName="isAutoProvisioned", Update=true)>]
member this.IsAutoProvisioned : Nullable<bool> with get, set
Public Property IsAutoProvisioned As Nullable(Of Boolean)

Property Value

Attributes

Applies to