Class ProjectUserState
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.Aiven
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class ProjectUserState : ResourceArgs
Constructors
View SourceProjectUserState()
Declaration
public ProjectUserState()
Properties
View SourceAccepted
Whether the user has accepted project membership or not
Declaration
public Input<bool> Accepted { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Email address of the user
Declaration
public Input<string> Email { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MemberType
Project membership type. One of: admin, developer, operator
Declaration
public Input<string> MemberType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Project
The project the user belongs to
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |