Show / Hide Table of Contents

Class GetProjectUserArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetProjectUserArgs
Inherited Members
InvokeArgs.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 GetProjectUserArgs : InvokeArgs

Constructors

View Source

GetProjectUserArgs()

Declaration
public GetProjectUserArgs()

Properties

View Source

Accepted

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

Email

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

MemberType

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

Project

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