Class AccountTeamProjectArgs
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 AccountTeamProjectArgs : ResourceArgs
Constructors
View SourceAccountTeamProjectArgs()
Declaration
public AccountTeamProjectArgs()
Properties
View SourceAccountId
Account id
Declaration
public Input<string> AccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProjectName
Account team project name
Declaration
public Input<string> ProjectName { 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> |
TeamType
Account team project type, can one of the following values: admin, developer, operator and read_only
Declaration
public Input<string> TeamType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |