IPolicyInsightsIdentity.AuthorizationNamespace 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 namespace for Microsoft Authorization resource provider; only "Microsoft.Authorization" is allowed.
[Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.PSArgumentCompleter(new System.String[] { "Microsoft.Authorization" })]
[Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.Info(Create=true, Description="The namespace for Microsoft Authorization resource provider; only "Microsoft.Authorization" is allowed.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="authorizationNamespace", Update=true)]
public string AuthorizationNamespace { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.PSArgumentCompleter(new System.String[] { "Microsoft.Authorization" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.Info(Create=true, Description="The namespace for Microsoft Authorization resource provider; only "Microsoft.Authorization" is allowed.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="authorizationNamespace", Update=true)>]
member this.AuthorizationNamespace : string with get, set
Public Property AuthorizationNamespace As String
Property Value
- Attributes