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

cratedb.getOrganizations

Explore with Pulumi AI

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

To retrieve all organizations.

Using getOrganizations

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 getOrganizations(opts?: InvokeOptions): Promise<GetOrganizationsResult>
function getOrganizationsOutput(opts?: InvokeOptions): Output<GetOrganizationsResult>
Copy
def get_organizations(opts: Optional[InvokeOptions] = None) -> GetOrganizationsResult
def get_organizations_output(opts: Optional[InvokeOptions] = None) -> Output[GetOrganizationsResult]
Copy
func GetOrganizations(ctx *Context, opts ...InvokeOption) (*GetOrganizationsResult, error)
func GetOrganizationsOutput(ctx *Context, opts ...InvokeOption) GetOrganizationsResultOutput
Copy

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

public static class GetOrganizations 
{
    public static Task<GetOrganizationsResult> InvokeAsync(InvokeOptions? opts = null)
    public static Output<GetOrganizationsResult> Invoke(InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetOrganizationsResult> getOrganizations(InvokeOptions options)
public static Output<GetOrganizationsResult> getOrganizations(InvokeOptions options)
Copy
fn::invoke:
  function: cratedb:index/getOrganizations:getOrganizations
  arguments:
    # arguments dictionary
Copy

getOrganizations Result

The following output properties are available:

Id string
The provider-assigned unique ID for this managed resource.
Organizations List<KomminarLabs.CrateDB.Outputs.GetOrganizationsOrganization>
Id string
The provider-assigned unique ID for this managed resource.
Organizations []GetOrganizationsOrganization
id String
The provider-assigned unique ID for this managed resource.
organizations List<GetOrganizationsOrganization>
id string
The provider-assigned unique ID for this managed resource.
organizations GetOrganizationsOrganization[]
id str
The provider-assigned unique ID for this managed resource.
organizations Sequence[GetOrganizationsOrganization]
id String
The provider-assigned unique ID for this managed resource.
organizations List<Property Map>

Supporting Types

GetOrganizationsOrganization

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

GetOrganizationsOrganizationDc

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