IAccountEntity.IsDomainJoined 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.
Determines whether this is a domain account.
[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="Determines whether this is a domain account.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isDomainJoined")]
public bool? IsDomainJoined { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="Determines whether this is a domain account.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isDomainJoined")>]
member this.IsDomainJoined : Nullable<bool>
Public ReadOnly Property IsDomainJoined As Nullable(Of Boolean)
Property Value
- Attributes