CrateDB v0.2.3 published on Friday, Oct 18, 2024 by komminarlabs
cratedb.getOrganizations
Explore with Pulumi AI
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<Komminar
Labs. Crate DB. Outputs. Get Organizations Organization>
- Id string
- The provider-assigned unique ID for this managed resource.
- Organizations
[]Get
Organizations Organization
- id String
- The provider-assigned unique ID for this managed resource.
- organizations
List<Get
Organizations Organization>
- id string
- The provider-assigned unique ID for this managed resource.
- organizations
Get
Organizations Organization[]
- id str
- The provider-assigned unique ID for this managed resource.
- organizations
Sequence[Get
Organizations Organization]
- id String
- The provider-assigned unique ID for this managed resource.
- organizations List<Property Map>
Supporting Types
GetOrganizationsOrganization
- Dc
Komminar
Labs. Crate DB. Inputs. Get Organizations Organization Dc - 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.
- Notifications
Enabled bool - Whether notifications enabled for the organization.
- Plan
Type double - The support plan type used in the organization.
- Project
Count double - The project count in the organization.
- Role
Fqn string - The role FQN.
- Dc
Get
Organizations Organization Dc - 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.
- Notifications
Enabled bool - Whether notifications enabled for the organization.
- Plan
Type float64 - The support plan type used in the organization.
- Project
Count float64 - The project count in the organization.
- Role
Fqn string - The role FQN.
- dc
Get
Organizations Organization Dc - 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.
- notifications
Enabled Boolean - Whether notifications enabled for the organization.
- plan
Type Double - The support plan type used in the organization.
- project
Count Double - The project count in the organization.
- role
Fqn String - The role FQN.
- dc
Get
Organizations Organization Dc - 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.
- notifications
Enabled boolean - Whether notifications enabled for the organization.
- plan
Type number - The support plan type used in the organization.
- project
Count number - The project count in the organization.
- role
Fqn string - The role FQN.
- dc
Get
Organizations Organization Dc - 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.
- notifications
Enabled Boolean - Whether notifications enabled for the organization.
- plan
Type Number - The support plan type used in the organization.
- project
Count Number - The project count in the organization.
- role
Fqn String - The role FQN.
GetOrganizationsOrganizationDc
Package Details
- Repository
- cratedb komminarlabs/pulumi-cratedb
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cratedb
Terraform Provider.