Compartir a través de


IMicrosoftGraphDomain.IsVerified Property

Definition

true if the domain has completed domain ownership verification. Not nullable

[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="true if the domain has completed domain ownership verification. Not nullable", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isVerified", Update=true)]
public bool? IsVerified { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="true if the domain has completed domain ownership verification. Not nullable", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isVerified", Update=true)>]
member this.IsVerified : Nullable<bool> with get, set
Public Property IsVerified As Nullable(Of Boolean)

Property Value

Attributes

Applies to