# SimpleQuorum ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| |**type** | **string** | Discriminator identifying the flattened single-tier shape. | [default to undefined]| |**threshold** | **number** | Number of approvals this request requires. | [default to undefined]| |**currentApprovalCount** | **number** | Approvals collected so far toward `threshold`. | [default to undefined]| |**status** | [**QuorumApprovalState**](QuorumApprovalState.md) | | [default to undefined]| |**isMandatoryOwnerApproved** | **boolean** | Present only when this request additionally requires the workspace owner\'s approval. `false` means the owner has not approved yet, which is why `status` can remain `PENDING` even once `currentApprovalCount` reaches `threshold`. Absent when no owner approval is required. | [optional] [default to undefined]| |**members** | **Array<number>** | Indexes into the top-level `users` array identifying the users who may approve. Returned only for `quorumStatusMode=FULL`; omitted otherwise. | [optional] [default to undefined]| ## Enum: SimpleQuorumTypeEnum * `Simple` (value: `'SIMPLE'`) [[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)