Show / Hide Table of Contents

Class AccountMemberState

Inheritance
System.Object
InputArgs
ResourceArgs
AccountMemberState
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.Cloudflare
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class AccountMemberState : ResourceArgs

Constructors

View Source

AccountMemberState()

Declaration
public AccountMemberState()

Properties

View Source

EmailAddress

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

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