Show / Hide Table of Contents

Class GroupMemberArgs

Inheritance
System.Object
InputArgs
ResourceArgs
GroupMemberArgs
Inherited Members
ResourceArgs.Empty
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 GroupMemberArgs : ResourceArgs

Constructors

View Source

GroupMemberArgs()

Declaration
public GroupMemberArgs()

Properties

View Source

GroupObjectId

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

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