requiredApproverCount property

int? requiredApproverCount
getter/setter pair

The required numbers of approvers to set for the SingleTenantHsmInstance.

This is the M value used for M of N quorum auth. Must be greater than or equal to 2 and less than or equal to total_approver_count - 1.

Required.

Implementation

core.int? requiredApproverCount;