stackit v0.0.4 published on Friday, Feb 20, 2026 by stackitcloud
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 dictionaryThe following arguments are supported:
- Credentials
Group stringId - The credentials group ID.
- Project
Id 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 stringId - The credentials group ID.
- Project
Id 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 StringId - The credentials group ID.
- project
Id 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 stringId - The credentials group ID.
- project
Id 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_ strid - 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.
- credentials
Group StringId - The credentials group ID.
- project
Id 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:
- Credentials
Group stringId - The credentials group ID.
- Id string
- Name string
- The credentials group's display name.
- Project
Id 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 stringId - The credentials group ID.
- Id string
- Name string
- The credentials group's display name.
- Project
Id 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 StringId - The credentials group ID.
- id String
- name String
- The credentials group's display name.
- project
Id 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 stringId - The credentials group ID.
- id string
- name string
- The credentials group's display name.
- project
Id 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_ strid - 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.
- credentials
Group StringId - The credentials group ID.
- id String
- name String
- The credentials group's display name.
- project
Id 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
stackitTerraform Provider.
stackit v0.0.4 published on Friday, Feb 20, 2026 by stackitcloud
