1. Packages
  2. Temporalcloud Provider
  3. API Docs
  4. getServiceAccounts
temporalcloud 0.6.1 published on Friday, Mar 7, 2025 by temporalio

temporalcloud.getServiceAccounts

Explore with Pulumi AI

temporalcloud logo
temporalcloud 0.6.1 published on Friday, Mar 7, 2025 by temporalio

    Fetches details about all Service Accounts.

    Using getServiceAccounts

    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 getServiceAccounts(opts?: InvokeOptions): Promise<GetServiceAccountsResult>
    function getServiceAccountsOutput(opts?: InvokeOptions): Output<GetServiceAccountsResult>
    def get_service_accounts(opts: Optional[InvokeOptions] = None) -> GetServiceAccountsResult
    def get_service_accounts_output(opts: Optional[InvokeOptions] = None) -> Output[GetServiceAccountsResult]
    func GetServiceAccounts(ctx *Context, opts ...InvokeOption) (*GetServiceAccountsResult, error)
    func GetServiceAccountsOutput(ctx *Context, opts ...InvokeOption) GetServiceAccountsResultOutput

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

    public static class GetServiceAccounts 
    {
        public static Task<GetServiceAccountsResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetServiceAccountsResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetServiceAccountsResult> getServiceAccounts(InvokeOptions options)
    public static Output<GetServiceAccountsResult> getServiceAccounts(InvokeOptions options)
    
    fn::invoke:
      function: temporalcloud:index/getServiceAccounts:getServiceAccounts
      arguments:
        # arguments dictionary

    getServiceAccounts Result

    The following output properties are available:

    Id string
    The unique identifier of the Service Accounts data source.
    ServiceAccounts List<GetServiceAccountsServiceAccount>
    The list of Service Accounts.
    Id string
    The unique identifier of the Service Accounts data source.
    ServiceAccounts []GetServiceAccountsServiceAccount
    The list of Service Accounts.
    id String
    The unique identifier of the Service Accounts data source.
    serviceAccounts List<GetServiceAccountsServiceAccount>
    The list of Service Accounts.
    id string
    The unique identifier of the Service Accounts data source.
    serviceAccounts GetServiceAccountsServiceAccount[]
    The list of Service Accounts.
    id str
    The unique identifier of the Service Accounts data source.
    service_accounts Sequence[GetServiceAccountsServiceAccount]
    The list of Service Accounts.
    id String
    The unique identifier of the Service Accounts data source.
    serviceAccounts List<Property Map>
    The list of Service Accounts.

    Supporting Types

    GetServiceAccountsServiceAccount

    AccountAccess string
    The role on the account. Must be one of admin, developer, or read (case-insensitive).
    CreatedAt string
    The creation time of the Service Account.
    Description string
    The description of the Service Account.
    Id string
    The unique identifier of the Service Account.
    Name string
    The name associated with the service account.
    NamespaceAccesses List<GetServiceAccountsServiceAccountNamespaceAccess>
    The set of namespace permissions for this service account, including each namespace and its role.
    State string
    The current state of the Service Account.
    UpdatedAt string
    The last update time of the Service Account.
    AccountAccess string
    The role on the account. Must be one of admin, developer, or read (case-insensitive).
    CreatedAt string
    The creation time of the Service Account.
    Description string
    The description of the Service Account.
    Id string
    The unique identifier of the Service Account.
    Name string
    The name associated with the service account.
    NamespaceAccesses []GetServiceAccountsServiceAccountNamespaceAccess
    The set of namespace permissions for this service account, including each namespace and its role.
    State string
    The current state of the Service Account.
    UpdatedAt string
    The last update time of the Service Account.
    accountAccess String
    The role on the account. Must be one of admin, developer, or read (case-insensitive).
    createdAt String
    The creation time of the Service Account.
    description String
    The description of the Service Account.
    id String
    The unique identifier of the Service Account.
    name String
    The name associated with the service account.
    namespaceAccesses List<GetServiceAccountsServiceAccountNamespaceAccess>
    The set of namespace permissions for this service account, including each namespace and its role.
    state String
    The current state of the Service Account.
    updatedAt String
    The last update time of the Service Account.
    accountAccess string
    The role on the account. Must be one of admin, developer, or read (case-insensitive).
    createdAt string
    The creation time of the Service Account.
    description string
    The description of the Service Account.
    id string
    The unique identifier of the Service Account.
    name string
    The name associated with the service account.
    namespaceAccesses GetServiceAccountsServiceAccountNamespaceAccess[]
    The set of namespace permissions for this service account, including each namespace and its role.
    state string
    The current state of the Service Account.
    updatedAt string
    The last update time of the Service Account.
    account_access str
    The role on the account. Must be one of admin, developer, or read (case-insensitive).
    created_at str
    The creation time of the Service Account.
    description str
    The description of the Service Account.
    id str
    The unique identifier of the Service Account.
    name str
    The name associated with the service account.
    namespace_accesses Sequence[GetServiceAccountsServiceAccountNamespaceAccess]
    The set of namespace permissions for this service account, including each namespace and its role.
    state str
    The current state of the Service Account.
    updated_at str
    The last update time of the Service Account.
    accountAccess String
    The role on the account. Must be one of admin, developer, or read (case-insensitive).
    createdAt String
    The creation time of the Service Account.
    description String
    The description of the Service Account.
    id String
    The unique identifier of the Service Account.
    name String
    The name associated with the service account.
    namespaceAccesses List<Property Map>
    The set of namespace permissions for this service account, including each namespace and its role.
    state String
    The current state of the Service Account.
    updatedAt String
    The last update time of the Service Account.

    GetServiceAccountsServiceAccountNamespaceAccess

    NamespaceId string
    The namespace to assign permissions to.
    Permission string
    The permission to assign. Must be one of admin, write, or read (case-insensitive)
    NamespaceId string
    The namespace to assign permissions to.
    Permission string
    The permission to assign. Must be one of admin, write, or read (case-insensitive)
    namespaceId String
    The namespace to assign permissions to.
    permission String
    The permission to assign. Must be one of admin, write, or read (case-insensitive)
    namespaceId string
    The namespace to assign permissions to.
    permission string
    The permission to assign. Must be one of admin, write, or read (case-insensitive)
    namespace_id str
    The namespace to assign permissions to.
    permission str
    The permission to assign. Must be one of admin, write, or read (case-insensitive)
    namespaceId String
    The namespace to assign permissions to.
    permission String
    The permission to assign. Must be one of admin, write, or read (case-insensitive)

    Package Details

    Repository
    temporalcloud temporalio/terraform-provider-temporalcloud
    License
    Notes
    This Pulumi package is based on the temporalcloud Terraform Provider.
    temporalcloud logo
    temporalcloud 0.6.1 published on Friday, Mar 7, 2025 by temporalio