Class GetGroupResult
Inheritance
System.Object
GetGroupResult
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 GetGroupResult
Fields
View SourceDescription
The description of the AD Group.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Members
The Object IDs of the Azure AD Group members.
Declaration
public readonly ImmutableArray<string> Members
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Name
The name of the Azure AD Group.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
ObjectId
Declaration
public readonly string ObjectId
Field Value
| Type | Description |
|---|---|
| System.String |
Owners
The Object IDs of the Azure AD Group owners.
Declaration
public readonly ImmutableArray<string> Owners
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |