1. Packages
  2. stackit
  3. API Docs
  4. getScfOrganizationManager
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 manager datasource schema.

    Example Usage

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

    Using getScfOrganizationManager

    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 getScfOrganizationManager(args: GetScfOrganizationManagerArgs, opts?: InvokeOptions): Promise<GetScfOrganizationManagerResult>
    function getScfOrganizationManagerOutput(args: GetScfOrganizationManagerOutputArgs, opts?: InvokeOptions): Output<GetScfOrganizationManagerResult>
    def get_scf_organization_manager(org_id: Optional[str] = None,
                                     project_id: Optional[str] = None,
                                     region: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetScfOrganizationManagerResult
    def get_scf_organization_manager_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[GetScfOrganizationManagerResult]
    func LookupScfOrganizationManager(ctx *Context, args *LookupScfOrganizationManagerArgs, opts ...InvokeOption) (*LookupScfOrganizationManagerResult, error)
    func LookupScfOrganizationManagerOutput(ctx *Context, args *LookupScfOrganizationManagerOutputArgs, opts ...InvokeOption) LookupScfOrganizationManagerResultOutput

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

    public static class GetScfOrganizationManager 
    {
        public static Task<GetScfOrganizationManagerResult> InvokeAsync(GetScfOrganizationManagerArgs args, InvokeOptions? opts = null)
        public static Output<GetScfOrganizationManagerResult> Invoke(GetScfOrganizationManagerInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetScfOrganizationManagerResult> getScfOrganizationManager(GetScfOrganizationManagerArgs args, InvokeOptions options)
    public static Output<GetScfOrganizationManagerResult> getScfOrganizationManager(GetScfOrganizationManagerArgs args, InvokeOptions options)
    
    fn::invoke:
      function: stackit:index/getScfOrganizationManager:getScfOrganizationManager
      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 of the organization manager
    Region string
    The region where the organization of the organization manager is located. 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 of the organization manager
    Region string
    The region where the organization of the organization manager is located. 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 of the organization manager
    region String
    The region where the organization of the organization manager is located. 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 of the organization manager
    region string
    The region where the organization of the organization manager is located. 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 of the organization manager
    region str
    The region where the organization of the organization manager is located. 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 of the organization manager
    region String
    The region where the organization of the organization manager is located. If not defined, the provider region is used

    getScfOrganizationManager Result

    The following output properties are available:

    CreatedAt string
    The time when the organization manager was created
    Id string
    OrgId string
    The ID of the Cloud Foundry Organization
    PlatformId string
    The ID of the platform associated with the organization of the organization manager
    ProjectId string
    The ID of the project associated with the organization of the organization manager
    Region string
    The region where the organization of the organization manager is located. If not defined, the provider region is used
    UpdatedAt string
    The time when the organization manager was last updated
    UserId string
    The ID of the organization manager user
    Username string
    An auto-generated organization manager user name
    CreatedAt string
    The time when the organization manager was created
    Id string
    OrgId string
    The ID of the Cloud Foundry Organization
    PlatformId string
    The ID of the platform associated with the organization of the organization manager
    ProjectId string
    The ID of the project associated with the organization of the organization manager
    Region string
    The region where the organization of the organization manager is located. If not defined, the provider region is used
    UpdatedAt string
    The time when the organization manager was last updated
    UserId string
    The ID of the organization manager user
    Username string
    An auto-generated organization manager user name
    createdAt String
    The time when the organization manager was created
    id String
    orgId String
    The ID of the Cloud Foundry Organization
    platformId String
    The ID of the platform associated with the organization of the organization manager
    projectId String
    The ID of the project associated with the organization of the organization manager
    region String
    The region where the organization of the organization manager is located. If not defined, the provider region is used
    updatedAt String
    The time when the organization manager was last updated
    userId String
    The ID of the organization manager user
    username String
    An auto-generated organization manager user name
    createdAt string
    The time when the organization manager was created
    id string
    orgId string
    The ID of the Cloud Foundry Organization
    platformId string
    The ID of the platform associated with the organization of the organization manager
    projectId string
    The ID of the project associated with the organization of the organization manager
    region string
    The region where the organization of the organization manager is located. If not defined, the provider region is used
    updatedAt string
    The time when the organization manager was last updated
    userId string
    The ID of the organization manager user
    username string
    An auto-generated organization manager user name
    created_at str
    The time when the organization manager was created
    id str
    org_id str
    The ID of the Cloud Foundry Organization
    platform_id str
    The ID of the platform associated with the organization of the organization manager
    project_id str
    The ID of the project associated with the organization of the organization manager
    region str
    The region where the organization of the organization manager is located. If not defined, the provider region is used
    updated_at str
    The time when the organization manager was last updated
    user_id str
    The ID of the organization manager user
    username str
    An auto-generated organization manager user name
    createdAt String
    The time when the organization manager was created
    id String
    orgId String
    The ID of the Cloud Foundry Organization
    platformId String
    The ID of the platform associated with the organization of the organization manager
    projectId String
    The ID of the project associated with the organization of the organization manager
    region String
    The region where the organization of the organization manager is located. If not defined, the provider region is used
    updatedAt String
    The time when the organization manager was last updated
    userId String
    The ID of the organization manager user
    username String
    An auto-generated organization manager user name

    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.