Class GetGroupArgs
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 GetGroupArgs : InvokeArgs
Constructors
View SourceGetGroupArgs()
Declaration
public GetGroupArgs()
Properties
View SourceName
The Name of the AD Group we want to lookup.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ObjectId
Specifies the Object ID of the AD Group within Azure Active Directory.
Declaration
public string ObjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |