CertificateSigningRequestConditionArgs

data class CertificateSigningRequestConditionArgs(val lastTransitionTime: Output<String>? = null, val lastUpdateTime: Output<String>? = null, val message: Output<String>? = null, val reason: Output<String>? = null, val status: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<CertificateSigningRequestConditionArgs>

Constructors

Link copied to clipboard
fun CertificateSigningRequestConditionArgs(lastTransitionTime: Output<String>? = null, lastUpdateTime: Output<String>? = null, message: Output<String>? = null, reason: Output<String>? = null, status: Output<String>? = null, type: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): CertificateSigningRequestConditionArgs

Properties

Link copied to clipboard
val lastTransitionTime: Output<String>? = null

lastTransitionTime is the time the condition last transitioned from one status to another. If unset, when a new condition type is added or an existing condition's status is changed, the server defaults this to the current time.

Link copied to clipboard
val lastUpdateTime: Output<String>? = null

timestamp for the last update to this condition

Link copied to clipboard
val message: Output<String>? = null

human readable message with details about the request state

Link copied to clipboard
val reason: Output<String>? = null

brief reason for the request state

Link copied to clipboard
val status: Output<String>? = null

Status of the condition, one of True, False, Unknown. Approved, Denied, and Failed conditions may not be "False" or "Unknown". Defaults to "True". If unset, should be treated as "True".

Link copied to clipboard
val type: Output<String>

request approval state, currently Approved or Denied.