IDefaultAccountPayload.ScopeType 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.
The scope where the default account is set.
[Microsoft.Azure.PowerShell.Cmdlets.Purview.PSArgumentCompleter(new System.String[] { "Tenant", "Subscription" })]
[Microsoft.Azure.PowerShell.Cmdlets.Purview.Runtime.Info(Create=true, Description="The scope where the default account is set.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="scopeType", Update=true)]
public string ScopeType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Purview.PSArgumentCompleter(new System.String[] { "Tenant", "Subscription" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Purview.Runtime.Info(Create=true, Description="The scope where the default account is set.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="scopeType", Update=true)>]
member this.ScopeType : string with get, set
Public Property ScopeType As String
Property Value
- Attributes