Class GetBillingAccountResult
Inheritance
System.Object
GetBillingAccountResult
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.Gcp.Organizations
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetBillingAccountResult
Fields
View SourceBillingAccount
Declaration
public readonly string BillingAccount
Field Value
| Type | Description |
|---|---|
| System.String |
DisplayName
Declaration
public readonly string DisplayName
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The resource name of the billing account in the form billingAccounts/{billing_account_id}.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Open
Declaration
public readonly bool Open
Field Value
| Type | Description |
|---|---|
| System.Boolean |
ProjectIds
The IDs of any projects associated with the billing account.
Declaration
public readonly ImmutableArray<string> ProjectIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |