1. Packages
  2. stackit
  3. API Docs
  4. ScfOrganizationManager
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 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:

    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

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ScfOrganizationManager resource produces the following output properties:

    CreatedAt 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
    PlatformId string
    The ID of the platform associated with the organization of the organization manager
    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
    The provider-assigned unique ID for this managed resource.
    Password string
    An auto-generated password
    PlatformId string
    The ID of the platform associated with the organization of the organization manager
    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
    The provider-assigned unique ID for this managed resource.
    password String
    An auto-generated password
    platformId String
    The ID of the platform associated with the organization of the organization manager
    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
    The provider-assigned unique ID for this managed resource.
    password string
    An auto-generated password
    platformId string
    The ID of the platform associated with the organization of the organization manager
    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
    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
    createdAt 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
    platformId String
    The ID of the platform associated with the organization of the organization manager
    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

    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) -> ScfOrganizationManager
    func 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.
    The following state arguments are supported:
    CreatedAt string
    The time when the organization manager was created
    OrgId string
    The ID of the Cloud Foundry Organization
    Password string
    An auto-generated password
    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
    OrgId string
    The ID of the Cloud Foundry Organization
    Password string
    An auto-generated password
    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
    orgId String
    The ID of the Cloud Foundry Organization
    password String
    An auto-generated password
    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
    orgId string
    The ID of the Cloud Foundry Organization
    password string
    An auto-generated password
    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
    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
    createdAt String
    The time when the organization manager was created
    orgId String
    The ID of the Cloud Foundry Organization
    password String
    An auto-generated password
    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.