1. Packages
  2. CockroachDB Cloud
  3. API Docs
  4. getOrganization
CockroachDB v0.2.3 published on Monday, May 27, 2024 by pulumiverse

cockroach.getOrganization

Explore with Pulumi AI

cockroach logo
CockroachDB v0.2.3 published on Monday, May 27, 2024 by pulumiverse

    Information about the organization associated with the user’s API key.

    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(opts?: InvokeOptions): Promise<GetOrganizationResult>
    function getOrganizationOutput(opts?: InvokeOptions): Output<GetOrganizationResult>
    def get_organization(opts: Optional[InvokeOptions] = None) -> GetOrganizationResult
    def get_organization_output(opts: Optional[InvokeOptions] = None) -> Output[GetOrganizationResult]
    func GetOrganization(ctx *Context, opts ...InvokeOption) (*GetOrganizationResult, error)
    func GetOrganizationOutput(ctx *Context, opts ...InvokeOption) GetOrganizationResultOutput

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

    public static class GetOrganization 
    {
        public static Task<GetOrganizationResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetOrganizationResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetOrganizationResult> getOrganization(InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: cockroach:index/getOrganization:getOrganization
      arguments:
        # arguments dictionary

    getOrganization Result

    The following output properties are available:

    CreatedAt string
    Indicates when the organization was created.
    Id string
    Organization ID.
    Label string
    A short ID used by CockroachDB Support.
    Name string
    Name of the organization.
    CreatedAt string
    Indicates when the organization was created.
    Id string
    Organization ID.
    Label string
    A short ID used by CockroachDB Support.
    Name string
    Name of the organization.
    createdAt String
    Indicates when the organization was created.
    id String
    Organization ID.
    label String
    A short ID used by CockroachDB Support.
    name String
    Name of the organization.
    createdAt string
    Indicates when the organization was created.
    id string
    Organization ID.
    label string
    A short ID used by CockroachDB Support.
    name string
    Name of the organization.
    created_at str
    Indicates when the organization was created.
    id str
    Organization ID.
    label str
    A short ID used by CockroachDB Support.
    name str
    Name of the organization.
    createdAt String
    Indicates when the organization was created.
    id String
    Organization ID.
    label String
    A short ID used by CockroachDB Support.
    name String
    Name of the organization.

    Package Details

    Repository
    cockroach pulumiverse/pulumi-cockroach
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the cockroach Terraform Provider.
    cockroach logo
    CockroachDB v0.2.3 published on Monday, May 27, 2024 by pulumiverse