Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud
published on Friday, Feb 20, 2026 by stackitcloud
Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud
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 dictionaryThe following arguments are supported:
- 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
getScfOrganizationManager Result
The following output properties are available:
- Created
At string - The time when the organization manager was created
- Id string
- Org
Id string - The ID of the Cloud Foundry Organization
- Platform
Id string - The ID of the platform associated with the organization of the organization manager
- Project
Id 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
- Updated
At string - The time when the organization manager was last updated
- User
Id string - The ID of the organization manager user
- Username string
- An auto-generated organization manager user name
- Created
At string - The time when the organization manager was created
- Id string
- Org
Id string - The ID of the Cloud Foundry Organization
- Platform
Id string - The ID of the platform associated with the organization of the organization manager
- Project
Id 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
- Updated
At string - The time when the organization manager was last updated
- User
Id string - The ID of the organization manager user
- Username string
- An auto-generated organization manager user name
- created
At String - The time when the organization manager was created
- id String
- org
Id String - The ID of the Cloud Foundry Organization
- platform
Id String - The ID of the platform associated with the organization of the organization manager
- project
Id 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
- updated
At String - The time when the organization manager was last updated
- user
Id String - The ID of the organization manager user
- username String
- An auto-generated organization manager user name
- created
At string - The time when the organization manager was created
- id string
- org
Id string - The ID of the Cloud Foundry Organization
- platform
Id string - The ID of the platform associated with the organization of the organization manager
- project
Id 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
- updated
At string - The time when the organization manager was last updated
- user
Id 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
- created
At String - The time when the organization manager was created
- id String
- org
Id String - The ID of the Cloud Foundry Organization
- platform
Id String - The ID of the platform associated with the organization of the organization manager
- project
Id 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
- updated
At String - The time when the organization manager was last updated
- user
Id 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
stackitTerraform Provider.
Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud
published on Friday, Feb 20, 2026 by stackitcloud
