You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
852 B

1 year ago
  1. # CircleSDK.Model.DefineCircleOfTrustRequest
  2. ## Properties
  3. Name | Type | Description | Notes
  4. ------------ | ------------- | ------------- | -------------
  5. **CircleId** | **string** | CircleId | [optional]
  6. **CoTPolicyId** | **string** | CoTPolicyId | [optional]
  7. **PolicyName** | **string** | PolicyName | [optional]
  8. **PolicyDescription** | **string** | PolicyDescription | [optional]
  9. **NumberOfApprovals** | **int?** | NumberOfApprovals | [optional]
  10. **NumberOfRejections** | **int?** | NumberOfRejections | [optional]
  11. **Timeout** | **string** | Timeout | [optional]
  12. **EncryptionKey** | **string** | EncryptionKey | [optional]
  13. **WebHookURL** | **string** | WebHookURL | [optional]
  14. [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)