Class AccountTeamMemberState
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 AccountTeamMemberState : ResourceArgs
Constructors
View SourceAccountTeamMemberState()
Declaration
public AccountTeamMemberState()
Properties
View SourceAccepted
Team member invitation status
Declaration
public Input<bool> Accepted { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
AccountId
Account id
Declaration
public Input<string> AccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CreateTime
Time of creation
Declaration
public Input<string> CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InvitedByUserEmail
Team invited by user email
Declaration
public Input<string> InvitedByUserEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TeamId
Account team id
Declaration
public Input<string> TeamId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserEmail
Team invite user email
Declaration
public Input<string> UserEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |