temporalcloud 0.6.1 published on Friday, Mar 7, 2025 by temporalio
temporalcloud.getServiceAccounts
Explore with Pulumi AI
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.
- Service
Accounts List<GetService Accounts Service Account> - The list of Service Accounts.
- Id string
- The unique identifier of the Service Accounts data source.
- Service
Accounts []GetService Accounts Service Account - The list of Service Accounts.
- id String
- The unique identifier of the Service Accounts data source.
- service
Accounts List<GetService Accounts Service Account> - The list of Service Accounts.
- id string
- The unique identifier of the Service Accounts data source.
- service
Accounts GetService Accounts Service Account[] - The list of Service Accounts.
- id str
- The unique identifier of the Service Accounts data source.
- service_
accounts Sequence[GetService Accounts Service Account] - The list of Service Accounts.
- id String
- The unique identifier of the Service Accounts data source.
- service
Accounts List<Property Map> - The list of Service Accounts.
Supporting Types
GetServiceAccountsServiceAccount
- Account
Access string - The role on the account. Must be one of admin, developer, or read (case-insensitive).
- Created
At 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.
- Namespace
Accesses List<GetService Accounts Service Account Namespace Access> - The set of namespace permissions for this service account, including each namespace and its role.
- State string
- The current state of the Service Account.
- Updated
At string - The last update time of the Service Account.
- Account
Access string - The role on the account. Must be one of admin, developer, or read (case-insensitive).
- Created
At 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.
- Namespace
Accesses []GetService Accounts Service Account Namespace Access - The set of namespace permissions for this service account, including each namespace and its role.
- State string
- The current state of the Service Account.
- Updated
At string - The last update time of the Service Account.
- account
Access String - The role on the account. Must be one of admin, developer, or read (case-insensitive).
- created
At 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.
- namespace
Accesses List<GetService Accounts Service Account Namespace Access> - The set of namespace permissions for this service account, including each namespace and its role.
- state String
- The current state of the Service Account.
- updated
At String - The last update time of the Service Account.
- account
Access string - The role on the account. Must be one of admin, developer, or read (case-insensitive).
- created
At 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.
- namespace
Accesses GetService Accounts Service Account Namespace Access[] - The set of namespace permissions for this service account, including each namespace and its role.
- state string
- The current state of the Service Account.
- updated
At 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[GetService Accounts Service Account Namespace Access] - 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.
- account
Access String - The role on the account. Must be one of admin, developer, or read (case-insensitive).
- created
At 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.
- namespace
Accesses 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.
- updated
At String - The last update time of the Service Account.
GetServiceAccountsServiceAccountNamespaceAccess
- Namespace
Id 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 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 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 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)
- namespace
Id 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 0.6.1 published on Friday, Mar 7, 2025 by temporalio