1. Packages
  2. stackit
  3. API Docs
  4. getScfOrganization
Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud
stackit logo
Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud

    STACKIT Cloud Foundry organization datasource schema. Must have a region specified in the provider configuration.

    Example Usage

    data "stackit_scf_organization" "example" {
      project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
      org_id     = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
    }
    

    Using getScfOrganization

    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 getScfOrganization(args: GetScfOrganizationArgs, opts?: InvokeOptions): Promise<GetScfOrganizationResult>
    function getScfOrganizationOutput(args: GetScfOrganizationOutputArgs, opts?: InvokeOptions): Output<GetScfOrganizationResult>
    def get_scf_organization(org_id: Optional[str] = None,
                             project_id: Optional[str] = None,
                             region: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetScfOrganizationResult
    def get_scf_organization_output(org_id: Optional[pulumi.Input[str]] = None,
                             project_id: Optional[pulumi.Input[str]] = None,
                             region: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetScfOrganizationResult]
    func LookupScfOrganization(ctx *Context, args *LookupScfOrganizationArgs, opts ...InvokeOption) (*LookupScfOrganizationResult, error)
    func LookupScfOrganizationOutput(ctx *Context, args *LookupScfOrganizationOutputArgs, opts ...InvokeOption) LookupScfOrganizationResultOutput

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

    public static class GetScfOrganization 
    {
        public static Task<GetScfOrganizationResult> InvokeAsync(GetScfOrganizationArgs args, InvokeOptions? opts = null)
        public static Output<GetScfOrganizationResult> Invoke(GetScfOrganizationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetScfOrganizationResult> getScfOrganization(GetScfOrganizationArgs args, InvokeOptions options)
    public static Output<GetScfOrganizationResult> getScfOrganization(GetScfOrganizationArgs args, InvokeOptions options)
    
    fn::invoke:
      function: stackit:index/getScfOrganization:getScfOrganization
      arguments:
        # arguments dictionary

    The following arguments are supported:

    OrgId string
    The ID of the Cloud Foundry Organization
    ProjectId string
    The ID of the project associated with the organization
    Region string
    The resource region. If not defined, the provider region is used
    OrgId string
    The ID of the Cloud Foundry Organization
    ProjectId string
    The ID of the project associated with the organization
    Region string
    The resource region. If not defined, the provider region is used
    orgId String
    The ID of the Cloud Foundry Organization
    projectId String
    The ID of the project associated with the organization
    region String
    The resource region. If not defined, the provider region is used
    orgId string
    The ID of the Cloud Foundry Organization
    projectId string
    The ID of the project associated with the organization
    region string
    The resource region. If not defined, the provider region is used
    org_id str
    The ID of the Cloud Foundry Organization
    project_id str
    The ID of the project associated with the organization
    region str
    The resource region. If not defined, the provider region is used
    orgId String
    The ID of the Cloud Foundry Organization
    projectId String
    The ID of the project associated with the organization
    region String
    The resource region. If not defined, the provider region is used

    getScfOrganization Result

    The following output properties are available:

    CreatedAt string
    The time when the organization was created
    Id string
    Name string
    The name of the organization
    OrgId string
    The ID of the Cloud Foundry Organization
    PlatformId string
    The ID of the platform associated with the organization
    ProjectId string
    The ID of the project associated with the organization
    QuotaId string
    The ID of the quota associated with the organization
    Region string
    The resource region. If not defined, the provider region is used
    Status string
    The status of the organization (e.g., deleting, delete_failed)
    Suspended bool
    A boolean indicating whether the organization is suspended
    UpdatedAt string
    The time when the organization was last updated
    CreatedAt string
    The time when the organization was created
    Id string
    Name string
    The name of the organization
    OrgId string
    The ID of the Cloud Foundry Organization
    PlatformId string
    The ID of the platform associated with the organization
    ProjectId string
    The ID of the project associated with the organization
    QuotaId string
    The ID of the quota associated with the organization
    Region string
    The resource region. If not defined, the provider region is used
    Status string
    The status of the organization (e.g., deleting, delete_failed)
    Suspended bool
    A boolean indicating whether the organization is suspended
    UpdatedAt string
    The time when the organization was last updated
    createdAt String
    The time when the organization was created
    id String
    name String
    The name of the organization
    orgId String
    The ID of the Cloud Foundry Organization
    platformId String
    The ID of the platform associated with the organization
    projectId String
    The ID of the project associated with the organization
    quotaId String
    The ID of the quota associated with the organization
    region String
    The resource region. If not defined, the provider region is used
    status String
    The status of the organization (e.g., deleting, delete_failed)
    suspended Boolean
    A boolean indicating whether the organization is suspended
    updatedAt String
    The time when the organization was last updated
    createdAt string
    The time when the organization was created
    id string
    name string
    The name of the organization
    orgId string
    The ID of the Cloud Foundry Organization
    platformId string
    The ID of the platform associated with the organization
    projectId string
    The ID of the project associated with the organization
    quotaId string
    The ID of the quota associated with the organization
    region string
    The resource region. If not defined, the provider region is used
    status string
    The status of the organization (e.g., deleting, delete_failed)
    suspended boolean
    A boolean indicating whether the organization is suspended
    updatedAt string
    The time when the organization was last updated
    created_at str
    The time when the organization was created
    id str
    name str
    The name of the organization
    org_id str
    The ID of the Cloud Foundry Organization
    platform_id str
    The ID of the platform associated with the organization
    project_id str
    The ID of the project associated with the organization
    quota_id str
    The ID of the quota associated with the organization
    region str
    The resource region. If not defined, the provider region is used
    status str
    The status of the organization (e.g., deleting, delete_failed)
    suspended bool
    A boolean indicating whether the organization is suspended
    updated_at str
    The time when the organization was last updated
    createdAt String
    The time when the organization was created
    id String
    name String
    The name of the organization
    orgId String
    The ID of the Cloud Foundry Organization
    platformId String
    The ID of the platform associated with the organization
    projectId String
    The ID of the project associated with the organization
    quotaId String
    The ID of the quota associated with the organization
    region String
    The resource region. If not defined, the provider region is used
    status String
    The status of the organization (e.g., deleting, delete_failed)
    suspended Boolean
    A boolean indicating whether the organization is suspended
    updatedAt String
    The time when the organization was last updated

    Package Details

    Repository
    stackit stackitcloud/pulumi-stackit
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the stackit Terraform Provider.
    stackit logo
    Viewing docs for stackit v0.0.4
    published on Friday, Feb 20, 2026 by stackitcloud
      Try Pulumi Cloud free. Your team will thank you.