Skip to main content

Interface: IServiceAccount

identity.v1.IServiceAccount

Properties of a ServiceAccount.

Implemented by

Properties

asyncOperationId

Optional asyncOperationId: null | string

The id of the async operation that is creating/updating/deleting the service account, if any.


createdTime

Optional createdTime: null | ITimestamp

The date and time when the service account was created.


id

Optional id: null | string

The id of the service account.


lastModifiedTime

Optional lastModifiedTime: null | ITimestamp

The date and time when the service account was last modified Will not be set if the service account has never been modified.


resourceVersion

Optional resourceVersion: null | string

The current version of the service account specification. The next update operation will have to include this version.


spec

Optional spec: null | IServiceAccountSpec

The service account specification.


state

Optional state: null | ResourceState

The current state of the service account. For any failed state, reach out to Temporal Cloud support for remediation. temporal:versioning:min_version=2024-10-01-00 temporal:enums:replaces=state_deprecated


stateDeprecated

Optional stateDeprecated: null | string

The current state of the service account. Possible values: activating, activationfailed, active, updating, updatefailed, deleting, deletefailed, deleted, suspending, suspendfailed, suspended. For any failed state, reach out to Temporal Cloud support for remediation. Deprecated: Not supported after 2024-10-01-00 api version. Use state instead. temporal:versioning:max_version=2024-10-01-00