GetOrganization
Provides a Packet organization datasource.
Using GetOrganization
function getOrganization(args: GetOrganizationArgs, opts?: InvokeOptions): Promise<GetOrganizationResult>function get_organization(name=None, organization_id=None, opts=None)func LookupOrganization(ctx *Context, args *LookupOrganizationArgs, opts ...InvokeOption) (*LookupOrganizationResult, error)Note: This function is named
LookupOrganizationin the Go SDK.
public static class GetOrganization {
public static Task<GetOrganizationResult> InvokeAsync(GetOrganizationArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
- Name string
The organization name
- Organization
Id string The UUID of the organization resource
- Name string
The organization name
- Organization
Id string The UUID of the organization resource
- name string
The organization name
- organization
Id string The UUID of the organization resource
- name str
The organization name
- organization_
id str 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
- Organization
Id string - Project
Ids List<string> UUIDs of project resources which belong to this organization
- Twitter string
Twitter handle
- Website string
Website link
Package Details
- Repository
- https://github.com/pulumi/pulumi-packet
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
packetTerraform Provider.