1. Packages
  2. Packet
  3. API Docs
  4. getOrganization
Packet v3.2.2 published on Thursday, Nov 12, 2020 by Pulumi

packet.getOrganization

Explore with Pulumi AI

Packet v3.2.2 published on Thursday, Nov 12, 2020 by Pulumi

Provides a Packet organization datasource.

Using getOrganization

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getOrganization(args: GetOrganizationArgs, opts?: InvokeOptions): Promise<GetOrganizationResult>
function getOrganizationOutput(args: GetOrganizationOutputArgs, opts?: InvokeOptions): Output<GetOrganizationResult>
Copy
def get_organization(name: Optional[str] = None,
                     organization_id: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetOrganizationResult
def get_organization_output(name: Optional[pulumi.Input[str]] = None,
                     organization_id: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetOrganizationResult]
Copy
func LookupOrganization(ctx *Context, args *LookupOrganizationArgs, opts ...InvokeOption) (*LookupOrganizationResult, error)
func LookupOrganizationOutput(ctx *Context, args *LookupOrganizationOutputArgs, opts ...InvokeOption) LookupOrganizationResultOutput
Copy

> Note: This function is named LookupOrganization in the Go SDK.

public static class GetOrganization 
{
    public static Task<GetOrganizationResult> InvokeAsync(GetOrganizationArgs args, InvokeOptions? opts = null)
    public static Output<GetOrganizationResult> Invoke(GetOrganizationInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetOrganizationResult> getOrganization(GetOrganizationArgs args, InvokeOptions options)
public static Output<GetOrganizationResult> getOrganization(GetOrganizationArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: packet:index/getOrganization:getOrganization
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Name string
The organization name
OrganizationId string
The UUID of the organization resource
Name string
The organization name
OrganizationId string
The UUID of the organization resource
name String
The organization name
organizationId String
The UUID of the organization resource
name string
The organization name
organizationId string
The UUID of the organization resource
name str
The organization name
organization_id str
The UUID of the organization resource
name String
The organization name
organizationId String
The UUID of the organization resource

getOrganization Result

The following output properties are available:

Description string
Description string
Id string
The provider-assigned unique ID for this managed resource.
Logo string
Logo URL
Name string
OrganizationId string
ProjectIds List<string>
UUIDs of project resources which belong to this organization
Twitter string
Twitter handle
Website string
Website link
Description string
Description string
Id string
The provider-assigned unique ID for this managed resource.
Logo string
Logo URL
Name string
OrganizationId string
ProjectIds []string
UUIDs of project resources which belong to this organization
Twitter string
Twitter handle
Website string
Website link
description String
Description string
id String
The provider-assigned unique ID for this managed resource.
logo String
Logo URL
name String
organizationId String
projectIds List<String>
UUIDs of project resources which belong to this organization
twitter String
Twitter handle
website String
Website link
description string
Description string
id string
The provider-assigned unique ID for this managed resource.
logo string
Logo URL
name string
organizationId string
projectIds string[]
UUIDs of project resources which belong to this organization
twitter string
Twitter handle
website string
Website link
description str
Description string
id str
The provider-assigned unique ID for this managed resource.
logo str
Logo URL
name str
organization_id str
project_ids Sequence[str]
UUIDs of project resources which belong to this organization
twitter str
Twitter handle
website str
Website link
description String
Description string
id String
The provider-assigned unique ID for this managed resource.
logo String
Logo URL
name String
organizationId String
projectIds List<String>
UUIDs of project resources which belong to this organization
twitter String
Twitter handle
website String
Website link

Package Details

Repository
Packet pulumi/pulumi-packet
License
Apache-2.0
Notes
This Pulumi package is based on the packet Terraform Provider.
Packet v3.2.2 published on Thursday, Nov 12, 2020 by Pulumi