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.

16 lines
805 B

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