published on Friday, Feb 20, 2026 by stackitcloud
published on Friday, Feb 20, 2026 by stackitcloud
STACKIT Cloud Foundry organization manager resource schema.
Example Usage
resource "stackit_scf_organization_manager" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
org_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
# Only use the import statement, if you want to import an existing scf org user
# The password field is still null after import and must be entered manually in the state.
import {
to = stackit_scf_organization_manager.import-example
id = "${var.project_id},${var.region},${var.org_id},${var.user_id}"
}
Create ScfOrganizationManager Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ScfOrganizationManager(name: string, args: ScfOrganizationManagerArgs, opts?: CustomResourceOptions);@overload
def ScfOrganizationManager(resource_name: str,
args: ScfOrganizationManagerArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ScfOrganizationManager(resource_name: str,
opts: Optional[ResourceOptions] = None,
org_id: Optional[str] = None,
project_id: Optional[str] = None,
region: Optional[str] = None)func NewScfOrganizationManager(ctx *Context, name string, args ScfOrganizationManagerArgs, opts ...ResourceOption) (*ScfOrganizationManager, error)public ScfOrganizationManager(string name, ScfOrganizationManagerArgs args, CustomResourceOptions? opts = null)
public ScfOrganizationManager(String name, ScfOrganizationManagerArgs args)
public ScfOrganizationManager(String name, ScfOrganizationManagerArgs args, CustomResourceOptions options)
type: stackit:ScfOrganizationManager
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ScfOrganizationManagerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ScfOrganizationManagerArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ScfOrganizationManagerArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ScfOrganizationManagerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ScfOrganizationManagerArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var scfOrganizationManagerResource = new Stackit.ScfOrganizationManager("scfOrganizationManagerResource", new()
{
OrgId = "string",
ProjectId = "string",
Region = "string",
});
example, err := stackit.NewScfOrganizationManager(ctx, "scfOrganizationManagerResource", &stackit.ScfOrganizationManagerArgs{
OrgId: pulumi.String("string"),
ProjectId: pulumi.String("string"),
Region: pulumi.String("string"),
})
var scfOrganizationManagerResource = new ScfOrganizationManager("scfOrganizationManagerResource", ScfOrganizationManagerArgs.builder()
.orgId("string")
.projectId("string")
.region("string")
.build());
scf_organization_manager_resource = stackit.ScfOrganizationManager("scfOrganizationManagerResource",
org_id="string",
project_id="string",
region="string")
const scfOrganizationManagerResource = new stackit.ScfOrganizationManager("scfOrganizationManagerResource", {
orgId: "string",
projectId: "string",
region: "string",
});
type: stackit:ScfOrganizationManager
properties:
orgId: string
projectId: string
region: string
ScfOrganizationManager Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ScfOrganizationManager resource accepts the following input properties:
- 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
Outputs
All input properties are implicitly available as output properties. Additionally, the ScfOrganizationManager resource produces the following output properties:
- Created
At string - The time when the organization manager was created
- Id string
- The provider-assigned unique ID for this managed resource.
- Password string
- An auto-generated password
- Platform
Id string - The ID of the platform associated with the organization of the organization manager
- 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
- The provider-assigned unique ID for this managed resource.
- Password string
- An auto-generated password
- Platform
Id string - The ID of the platform associated with the organization of the organization manager
- 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
- The provider-assigned unique ID for this managed resource.
- password String
- An auto-generated password
- platform
Id String - The ID of the platform associated with the organization of the organization manager
- 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
- The provider-assigned unique ID for this managed resource.
- password string
- An auto-generated password
- platform
Id string - The ID of the platform associated with the organization of the organization manager
- 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
- The provider-assigned unique ID for this managed resource.
- password str
- An auto-generated password
- platform_
id str - The ID of the platform associated with the organization of the organization manager
- 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
- The provider-assigned unique ID for this managed resource.
- password String
- An auto-generated password
- platform
Id String - The ID of the platform associated with the organization of the organization manager
- 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
Look up Existing ScfOrganizationManager Resource
Get an existing ScfOrganizationManager resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ScfOrganizationManagerState, opts?: CustomResourceOptions): ScfOrganizationManager@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
created_at: Optional[str] = None,
org_id: Optional[str] = None,
password: Optional[str] = None,
platform_id: Optional[str] = None,
project_id: Optional[str] = None,
region: Optional[str] = None,
updated_at: Optional[str] = None,
user_id: Optional[str] = None,
username: Optional[str] = None) -> ScfOrganizationManagerfunc GetScfOrganizationManager(ctx *Context, name string, id IDInput, state *ScfOrganizationManagerState, opts ...ResourceOption) (*ScfOrganizationManager, error)public static ScfOrganizationManager Get(string name, Input<string> id, ScfOrganizationManagerState? state, CustomResourceOptions? opts = null)public static ScfOrganizationManager get(String name, Output<String> id, ScfOrganizationManagerState state, CustomResourceOptions options)resources: _: type: stackit:ScfOrganizationManager get: id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Created
At string - The time when the organization manager was created
- Org
Id string - The ID of the Cloud Foundry Organization
- Password string
- An auto-generated password
- 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
- Org
Id string - The ID of the Cloud Foundry Organization
- Password string
- An auto-generated password
- 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
- org
Id String - The ID of the Cloud Foundry Organization
- password String
- An auto-generated password
- 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
- org
Id string - The ID of the Cloud Foundry Organization
- password string
- An auto-generated password
- 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
- org_
id str - The ID of the Cloud Foundry Organization
- password str
- An auto-generated password
- 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
- org
Id String - The ID of the Cloud Foundry Organization
- password String
- An auto-generated password
- 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.
published on Friday, Feb 20, 2026 by stackitcloud
