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