Partilhar via


IAzureDevOpsOrganizationProfile.PermissionProfileKind Property

Definition

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

Applies to