Class GroupArgs
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 GroupArgs : ResourceArgs
Constructors
View SourceGroupArgs()
Declaration
public GroupArgs()
Properties
View SourceDescription
The description for the Group. Changing this forces a new resource to be created.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Members
A set of members who should be present in this Group. Supported Object types are Users, Groups or Service Principals.
Declaration
public InputList<string> Members { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Name
The display name for the Group. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Owners
A set of owners who own this Group. Supported Object types are Users or Service Principals.
Declaration
public InputList<string> Owners { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |