Represents the ocsp settings using during signing process.
| Name | Type | Description | Notes |
|---|---|---|---|
| server_url | String | Gets/sets the timestamp server url. | [optional] |
| basic_auth_credentials | String | Gets/sets the basic authentication credentials, Username and password are combined into a string "username:password". | [optional] |