Show / Hide Table of Contents

Class AccountTeamProjectState

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

Constructors

View Source

AccountTeamProjectState()

Declaration
public AccountTeamProjectState()

Properties

View Source

AccountId

Account id

Declaration
public Input<string> AccountId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ProjectName

Account team project name

Declaration
public Input<string> ProjectName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TeamId

Account team id

Declaration
public Input<string> TeamId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.