Class AccountMemberArgs
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.Cloudflare
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class AccountMemberArgs : ResourceArgs
Constructors
View SourceAccountMemberArgs()
Declaration
public AccountMemberArgs()
Properties
View SourceEmailAddress
The email address of the user who you wish to manage. Note: Following creation, this field becomes read only via the API and cannot be updated.
Declaration
public Input<string> EmailAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RoleIds
Array of account role IDs that you want to assign to a member.
Declaration
public InputList<string> RoleIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |