# QuorumStatusQuorum ## 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]| |**rulesetMatch** | **string** | Whether every sub-request in `rulesets` must be satisfied (`ALL`) or any single one of them (`ANY`). | [default to undefined]| |**rulesets** | [**Array<QuorumRuleset>**](QuorumRuleset.md) | The sub-requests of the approval criteria, evaluated according to `rulesetMatch`. | [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. 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: QuorumStatusQuorumTypeEnum * `Simple` (value: `'SIMPLE'`) * `Ruleset` (value: `'RULESET'`) ## Enum: QuorumStatusQuorumRulesetMatchEnum * `All` (value: `'ALL'`) * `Any` (value: `'ANY'`) [[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)