Show / Hide Table of Contents

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 Source

Description

The description of the AD Group.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

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

Name

The name of the Azure AD Group.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

ObjectId

Declaration
public readonly string ObjectId
Field Value
Type Description
System.String
View Source

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