Viewing docs for stackit v0.0.5
published on Tuesday, Mar 31, 2026 by stackitcloud
published on Tuesday, Mar 31, 2026 by stackitcloud
Viewing docs for stackit v0.0.5
published on Tuesday, Mar 31, 2026 by stackitcloud
published on Tuesday, Mar 31, 2026 by stackitcloud
Service account data source schema.
Example Usage
data "stackit_service_account" "sa" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
email = "sa01-8565oq1@sa.stackit.cloud"
}
Using getServiceAccount
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 getServiceAccount(args: GetServiceAccountArgs, opts?: InvokeOptions): Promise<GetServiceAccountResult>
function getServiceAccountOutput(args: GetServiceAccountOutputArgs, opts?: InvokeOptions): Output<GetServiceAccountResult>def get_service_account(email: Optional[str] = None,
project_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetServiceAccountResult
def get_service_account_output(email: pulumi.Input[Optional[str]] = None,
project_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetServiceAccountResult]func LookupServiceAccount(ctx *Context, args *LookupServiceAccountArgs, opts ...InvokeOption) (*LookupServiceAccountResult, error)
func LookupServiceAccountOutput(ctx *Context, args *LookupServiceAccountOutputArgs, opts ...InvokeOption) LookupServiceAccountResultOutput> Note: This function is named LookupServiceAccount in the Go SDK.
public static class GetServiceAccount
{
public static Task<GetServiceAccountResult> InvokeAsync(GetServiceAccountArgs args, InvokeOptions? opts = null)
public static Output<GetServiceAccountResult> Invoke(GetServiceAccountInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetServiceAccountResult> getServiceAccount(GetServiceAccountArgs args, InvokeOptions options)
public static Output<GetServiceAccountResult> getServiceAccount(GetServiceAccountArgs args, InvokeOptions options)
fn::invoke:
function: stackit:index/getServiceAccount:getServiceAccount
arguments:
# arguments dictionaryThe following arguments are supported:
- email str
- Email of the service account.
- project_
id str - STACKIT project ID to which the service account is associated.
getServiceAccount Result
The following output properties are available:
- Email string
- Email of the service account.
- Id string
- Terraform's internal resource ID, structured as "
projectId,email". - Name string
- Name of the service account.
- Project
Id string - STACKIT project ID to which the service account is associated.
- Service
Account stringId - The internal UUID of the service account.
- Email string
- Email of the service account.
- Id string
- Terraform's internal resource ID, structured as "
projectId,email". - Name string
- Name of the service account.
- Project
Id string - STACKIT project ID to which the service account is associated.
- Service
Account stringId - The internal UUID of the service account.
- email String
- Email of the service account.
- id String
- Terraform's internal resource ID, structured as "
projectId,email". - name String
- Name of the service account.
- project
Id String - STACKIT project ID to which the service account is associated.
- service
Account StringId - The internal UUID of the service account.
- email string
- Email of the service account.
- id string
- Terraform's internal resource ID, structured as "
projectId,email". - name string
- Name of the service account.
- project
Id string - STACKIT project ID to which the service account is associated.
- service
Account stringId - The internal UUID of the service account.
- email str
- Email of the service account.
- id str
- Terraform's internal resource ID, structured as "
projectId,email". - name str
- Name of the service account.
- project_
id str - STACKIT project ID to which the service account is associated.
- service_
account_ strid - The internal UUID of the service account.
- email String
- Email of the service account.
- id String
- Terraform's internal resource ID, structured as "
projectId,email". - name String
- Name of the service account.
- project
Id String - STACKIT project ID to which the service account is associated.
- service
Account StringId - The internal UUID of the service account.
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.5
published on Tuesday, Mar 31, 2026 by stackitcloud
published on Tuesday, Mar 31, 2026 by stackitcloud
