Class GetOrganizationResult
Inheritance
System.Object
GetOrganizationResult
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.Packet
Assembly: Pulumi.Packet.dll
Syntax
public sealed class GetOrganizationResult
Fields
View SourceDescription
Description string
Declaration
public readonly string Description
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 |
Logo
Logo URL
Declaration
public readonly string Logo
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
OrganizationId
Declaration
public readonly string OrganizationId
Field Value
| Type | Description |
|---|---|
| System.String |
ProjectIds
UUIDs of project resources which belong to this organization
Declaration
public readonly ImmutableArray<string> ProjectIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Twitter handle
Declaration
public readonly string Twitter
Field Value
| Type | Description |
|---|---|
| System.String |
Website
Website link
Declaration
public readonly string Website
Field Value
| Type | Description |
|---|---|
| System.String |