Interface: IUserGroup
Properties of a UserGroup.
Hierarchy
-
↳
IUserGroup
Properties
asyncOperationId
• Optional asyncOperationId: null | string
The id of the async operation that is creating/updating/deleting the group, if any
Inherited from
createdTime
• Optional createdTime: null | $Properties
The date and time when the group was created
Inherited from
id
• Optional id: null | string
The id of the group
Inherited from
lastModifiedTime
• Optional lastModifiedTime: null | $Properties
The date and time when the group was last modified Will not be set if the group has never been modified
Inherited from
resourceVersion
• Optional resourceVersion: null | string
The current version of the group specification The next update operation will have to include this version
Inherited from
spec
• Optional spec: null | $Properties
The group specification
Inherited from
state
• Optional state: null | ResourceState
The current state of the group. For any failed state, reach out to Temporal Cloud support for remediation. temporal:versioning:min_version=v0.3.0 temporal:enums:replaces=state_deprecated
Inherited from
stateDeprecated
• Optional stateDeprecated: null | string
The current state of the group. Deprecated: Not supported after v0.3.0 api version. Use state instead. temporal:versioning:max_version=v0.3.0