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

    ObjectStorage credentials group data source schema. Must have a region specified in the provider configuration.

    Example Usage

    data "stackit_objectstorage_credentials_group" "example" {
      project_id           = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
      credentials_group_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
    }
    

    Using getObjectstorageCredentialsGroup

    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 getObjectstorageCredentialsGroup(args: GetObjectstorageCredentialsGroupArgs, opts?: InvokeOptions): Promise<GetObjectstorageCredentialsGroupResult>
    function getObjectstorageCredentialsGroupOutput(args: GetObjectstorageCredentialsGroupOutputArgs, opts?: InvokeOptions): Output<GetObjectstorageCredentialsGroupResult>
    def get_objectstorage_credentials_group(credentials_group_id: Optional[str] = None,
                                            project_id: Optional[str] = None,
                                            region: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetObjectstorageCredentialsGroupResult
    def get_objectstorage_credentials_group_output(credentials_group_id: Optional[pulumi.Input[str]] = None,
                                            project_id: Optional[pulumi.Input[str]] = None,
                                            region: Optional[pulumi.Input[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetObjectstorageCredentialsGroupResult]
    func LookupObjectstorageCredentialsGroup(ctx *Context, args *LookupObjectstorageCredentialsGroupArgs, opts ...InvokeOption) (*LookupObjectstorageCredentialsGroupResult, error)
    func LookupObjectstorageCredentialsGroupOutput(ctx *Context, args *LookupObjectstorageCredentialsGroupOutputArgs, opts ...InvokeOption) LookupObjectstorageCredentialsGroupResultOutput

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

    public static class GetObjectstorageCredentialsGroup 
    {
        public static Task<GetObjectstorageCredentialsGroupResult> InvokeAsync(GetObjectstorageCredentialsGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetObjectstorageCredentialsGroupResult> Invoke(GetObjectstorageCredentialsGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetObjectstorageCredentialsGroupResult> getObjectstorageCredentialsGroup(GetObjectstorageCredentialsGroupArgs args, InvokeOptions options)
    public static Output<GetObjectstorageCredentialsGroupResult> getObjectstorageCredentialsGroup(GetObjectstorageCredentialsGroupArgs args, InvokeOptions options)
    
    fn::invoke:
      function: stackit:index/getObjectstorageCredentialsGroup:getObjectstorageCredentialsGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CredentialsGroupId string
    The credentials group ID.
    ProjectId string
    Object Storage Project ID to which the credentials group is associated.
    Region string
    The resource region. If not defined, the provider region is used.
    CredentialsGroupId string
    The credentials group ID.
    ProjectId string
    Object Storage Project ID to which the credentials group is associated.
    Region string
    The resource region. If not defined, the provider region is used.
    credentialsGroupId String
    The credentials group ID.
    projectId String
    Object Storage Project ID to which the credentials group is associated.
    region String
    The resource region. If not defined, the provider region is used.
    credentialsGroupId string
    The credentials group ID.
    projectId string
    Object Storage Project ID to which the credentials group is associated.
    region string
    The resource region. If not defined, the provider region is used.
    credentials_group_id str
    The credentials group ID.
    project_id str
    Object Storage Project ID to which the credentials group is associated.
    region str
    The resource region. If not defined, the provider region is used.
    credentialsGroupId String
    The credentials group ID.
    projectId String
    Object Storage Project ID to which the credentials group is associated.
    region String
    The resource region. If not defined, the provider region is used.

    getObjectstorageCredentialsGroup Result

    The following output properties are available:

    CredentialsGroupId string
    The credentials group ID.
    Id string
    Name string
    The credentials group's display name.
    ProjectId string
    Object Storage Project ID to which the credentials group is associated.
    Urn string
    Credentials group uniform resource name (URN)
    Region string
    The resource region. If not defined, the provider region is used.
    CredentialsGroupId string
    The credentials group ID.
    Id string
    Name string
    The credentials group's display name.
    ProjectId string
    Object Storage Project ID to which the credentials group is associated.
    Urn string
    Credentials group uniform resource name (URN)
    Region string
    The resource region. If not defined, the provider region is used.
    credentialsGroupId String
    The credentials group ID.
    id String
    name String
    The credentials group's display name.
    projectId String
    Object Storage Project ID to which the credentials group is associated.
    urn String
    Credentials group uniform resource name (URN)
    region String
    The resource region. If not defined, the provider region is used.
    credentialsGroupId string
    The credentials group ID.
    id string
    name string
    The credentials group's display name.
    projectId string
    Object Storage Project ID to which the credentials group is associated.
    urn string
    Credentials group uniform resource name (URN)
    region string
    The resource region. If not defined, the provider region is used.
    credentials_group_id str
    The credentials group ID.
    id str
    name str
    The credentials group's display name.
    project_id str
    Object Storage Project ID to which the credentials group is associated.
    urn str
    Credentials group uniform resource name (URN)
    region str
    The resource region. If not defined, the provider region is used.
    credentialsGroupId String
    The credentials group ID.
    id String
    name String
    The credentials group's display name.
    projectId String
    Object Storage Project ID to which the credentials group is associated.
    urn String
    Credentials group uniform resource name (URN)
    region String
    The resource region. If not defined, the provider region is used.

    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.