Show / Hide Table of Contents

Class ProjectUserState

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

Constructors

View Source

ProjectUserState()

Declaration
public ProjectUserState()

Properties

View Source

Accepted

Whether the user has accepted project membership or not

Declaration
public Input<bool> Accepted { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Email

Email address of the user

Declaration
public Input<string> Email { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MemberType

Project membership type. One of: admin, developer, operator

Declaration
public Input<string> MemberType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Project

The project the user belongs to

Declaration
public Input<string> Project { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.