python/docs/V1alpha1CertificateSigningRequestCondition.md
2016-11-02 13:38:36 -07:00

14 lines
697 B
Markdown

# V1alpha1CertificateSigningRequestCondition
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**last_update_time** | [**UnversionedTime**](UnversionedTime.md) | timestamp for the last update to this condition | [optional]
**message** | **str** | human readable message with details about the request state | [optional]
**reason** | **str** | brief reason for the request state | [optional]
**type** | **str** | request approval state, currently Approved or Denied. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)