Class GetProjectUserArgs
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 GetProjectUserArgs : InvokeArgs
Constructors
View SourceGetProjectUserArgs()
Declaration
public GetProjectUserArgs()
Properties
View SourceAccepted
Declaration
public bool? Accepted { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Declaration
public string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
MemberType
Declaration
public string MemberType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Project
Declaration
public string Project { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |