1. Packages
  2. CrateDB
  3. API Docs
  4. getOrganization
CrateDB v0.3.0 published on Tuesday, Mar 11, 2025 by komminarlabs

cratedb.getOrganization

Explore with Pulumi AI

CrateDB v0.3.0 published on Tuesday, Mar 11, 2025 by komminarlabs

To retrieve an organization.

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(id: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetOrganizationResult
def get_organization_output(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: cratedb:index/getOrganization:getOrganization
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id This property is required. string
The id of the organization.
Id This property is required. string
The id of the organization.
id This property is required. String
The id of the organization.
id This property is required. string
The id of the organization.
id This property is required. str
The id of the organization.
id This property is required. String
The id of the organization.

getOrganization Result

The following output properties are available:

Dc KomminarLabs.CrateDB.Outputs.GetOrganizationDc
The DublinCore of the organization.
Email string
The notification email used in the organization.
Id string
The id of the organization.
Name string
The name of the organization.
NotificationsEnabled bool
Whether notifications enabled for the organization.
PlanType int
The support plan type used in the organization.
ProjectCount int
The project count in the organization.
RoleFqn string
The role FQN.
Dc GetOrganizationDc
The DublinCore of the organization.
Email string
The notification email used in the organization.
Id string
The id of the organization.
Name string
The name of the organization.
NotificationsEnabled bool
Whether notifications enabled for the organization.
PlanType int
The support plan type used in the organization.
ProjectCount int
The project count in the organization.
RoleFqn string
The role FQN.
dc GetOrganizationDc
The DublinCore of the organization.
email String
The notification email used in the organization.
id String
The id of the organization.
name String
The name of the organization.
notificationsEnabled Boolean
Whether notifications enabled for the organization.
planType Integer
The support plan type used in the organization.
projectCount Integer
The project count in the organization.
roleFqn String
The role FQN.
dc GetOrganizationDc
The DublinCore of the organization.
email string
The notification email used in the organization.
id string
The id of the organization.
name string
The name of the organization.
notificationsEnabled boolean
Whether notifications enabled for the organization.
planType number
The support plan type used in the organization.
projectCount number
The project count in the organization.
roleFqn string
The role FQN.
dc GetOrganizationDc
The DublinCore of the organization.
email str
The notification email used in the organization.
id str
The id of the organization.
name str
The name of the organization.
notifications_enabled bool
Whether notifications enabled for the organization.
plan_type int
The support plan type used in the organization.
project_count int
The project count in the organization.
role_fqn str
The role FQN.
dc Property Map
The DublinCore of the organization.
email String
The notification email used in the organization.
id String
The id of the organization.
name String
The name of the organization.
notificationsEnabled Boolean
Whether notifications enabled for the organization.
planType Number
The support plan type used in the organization.
projectCount Number
The project count in the organization.
roleFqn String
The role FQN.

Supporting Types

GetOrganizationDc

Created This property is required. string
The created time.
Modified This property is required. string
The modified time.
Created This property is required. string
The created time.
Modified This property is required. string
The modified time.
created This property is required. String
The created time.
modified This property is required. String
The modified time.
created This property is required. string
The created time.
modified This property is required. string
The modified time.
created This property is required. str
The created time.
modified This property is required. str
The modified time.
created This property is required. String
The created time.
modified This property is required. String
The modified time.

Package Details

Repository
cratedb komminarlabs/pulumi-cratedb
License
Apache-2.0
Notes
This Pulumi package is based on the cratedb Terraform Provider.
CrateDB v0.3.0 published on Tuesday, Mar 11, 2025 by komminarlabs