Show / Hide Table of Contents

Class GetGroupsArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetGroupsArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetGroupsArgs()

Declaration
public GetGroupsArgs()

Properties

View Source

Names

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.