Class GroupMemberState
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 GroupMemberState : ResourceArgs
Constructors
View SourceGroupMemberState()
Declaration
public GroupMemberState()
Properties
View SourceGroupObjectId
The Object ID of the Azure AD Group you want to add the Member to. Changing this forces a new resource to be created.
Declaration
public Input<string> GroupObjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MemberObjectId
The Object ID of the Azure AD Object you want to add as a Member to the Group. Supported Object types are Users, Groups or Service Principals. Changing this forces a new resource to be created.
Declaration
public Input<string> MemberObjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |