IGroupIdInformation.RequiredMember 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 required members for a specific group id
[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Description="The required members for a specific group id", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="requiredMembers")]
public string[] RequiredMember { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Description="The required members for a specific group id", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="requiredMembers")>]
member this.RequiredMember : string[] with get, set
Public Property RequiredMember As String()
Property Value
String[]
- Attributes