Class GetGroupsArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AzureAD
Assembly: Pulumi.AzureAD.dll
Syntax
public sealed class GetGroupsArgs : InvokeArgs
Constructors
View SourceGetGroupsArgs()
Declaration
public GetGroupsArgs()
Properties
View SourceNames
The Display Names of the Azure AD Groups.
Declaration
public List<string> Names { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
ObjectIds
The Object IDs of the Azure AD Groups.
Declaration
public List<string> ObjectIds { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |