Class AccountArgs
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 AccountArgs : ResourceArgs
Constructors
View SourceAccountArgs()
Declaration
public AccountArgs()
Properties
View SourceCreateTime
Time of creation
Declaration
public Input<string> CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Account name
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OwnerTeamId
Owner team id
Declaration
public Input<string> OwnerTeamId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TenantId
Tenant id
Declaration
public Input<string> TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UpdateTime
Time of last update
Declaration
public Input<string> UpdateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |