IAzureDevOpsOrganizationProfile.PermissionProfileKind 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 who has admin permissions to the Azure DevOps pool.
[Microsoft.Azure.PowerShell.Cmdlets.Mdp.PSArgumentCompleter(new System.String[] { "Inherit", "CreatorOnly", "SpecificAccounts" })]
[Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.Info(Create=true, Description="Determines who has admin permissions to the Azure DevOps pool.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="kind", Update=true)]
public string PermissionProfileKind { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Mdp.PSArgumentCompleter(new System.String[] { "Inherit", "CreatorOnly", "SpecificAccounts" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.Info(Create=true, Description="Determines who has admin permissions to the Azure DevOps pool.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="kind", Update=true)>]
member this.PermissionProfileKind : string with get, set
Public Property PermissionProfileKind As String
Property Value
- Attributes