1. Packages
  2. CrateDB
  3. API Docs
  4. getOrganizations
CrateDB v0.2.3 published on Friday, Oct 18, 2024 by komminarlabs

cratedb.getOrganizations

Explore with Pulumi AI

cratedb logo
CrateDB v0.2.3 published on Friday, Oct 18, 2024 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>
    def get_organizations(opts: Optional[InvokeOptions] = None) -> GetOrganizationsResult
    def get_organizations_output(opts: Optional[InvokeOptions] = None) -> Output[GetOrganizationsResult]
    func GetOrganizations(ctx *Context, opts ...InvokeOption) (*GetOrganizationsResult, error)
    func GetOrganizationsOutput(ctx *Context, opts ...InvokeOption) GetOrganizationsResultOutput

    > 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)
    }
    public static CompletableFuture<GetOrganizationsResult> getOrganizations(InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: cratedb:index/getOrganizations:getOrganizations
      arguments:
        # arguments dictionary

    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 KomminarLabs.CrateDB.Inputs.GetOrganizationsOrganizationDc
    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 double
    The support plan type used in the organization.
    ProjectCount double
    The project count in the organization.
    RoleFqn string
    The role FQN.
    Dc GetOrganizationsOrganizationDc
    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 float64
    The support plan type used in the organization.
    ProjectCount float64
    The project count in the organization.
    RoleFqn string
    The role FQN.
    dc GetOrganizationsOrganizationDc
    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 Double
    The support plan type used in the organization.
    projectCount Double
    The project count in the organization.
    roleFqn String
    The role FQN.
    dc GetOrganizationsOrganizationDc
    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 GetOrganizationsOrganizationDc
    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 float
    The support plan type used in the organization.
    project_count float
    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.

    GetOrganizationsOrganizationDc

    Created string
    The created time.
    Modified string
    The modified time.
    Created string
    The created time.
    Modified string
    The modified time.
    created String
    The created time.
    modified String
    The modified time.
    created string
    The created time.
    modified string
    The modified time.
    created str
    The created time.
    modified str
    The modified time.
    created String
    The created time.
    modified 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 logo
    CrateDB v0.2.3 published on Friday, Oct 18, 2024 by komminarlabs